Visual Basic 6.0 Programming | Forum profile
|
|
Forum profile page for Visual Basic 6.0 Programming on http://www.codeguru.com.
This report page is the aggregated overview from a single forum: Visual Basic 6.0 Programming, located on the Message Board at http://www.codeguru.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Visual Basic 6.0 Programming" on the Message Board at http://www.codeguru.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Visual Basic 6.0 Programming:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
48
|
238
|
874
|
|
Post:
|
142
|
608
|
2,258
|
|
|
Visual Basic 6.0 Programming Posting activity graph:
|
Top authors during last week:
|
Name
|
Posts
|
|
WizBang
|
20
|
|
dglienna
|
18
|
|
bigfootmatthew
|
16
|
|
dee-u
|
12
|
|
TheCPUWizard
|
12
|
|
NotepadGuru
|
10
|
|
Wantos
|
8
|
|
aio
|
6
|
|
WoF
|
6
|
|
DataMiser
|
6
|
|
|
|
|
Latest active threads on Visual Basic 6.0 Programming::
Started 2 days, 20 hours ago (2008-11-18 15:41:00)
by WoF
Nice. Neat coding, too. I would've rated that post, but it seems I'm not round yet. Sorry. 
Started 1 week, 1 day ago (2008-11-13 11:20:00)
by bigfootmatthew
hear is the way that the program will look if i can get it to work 
Started 2 days, 23 hours ago (2008-11-18 12:38:00)
by TheCPUWizard
Please edit your post to properly use code tags, it is nearly impossible to read. If you have forgotten how, go back and re-read the "Before you post" faq at the top of the forums thread list [or just look in my signature below] 
Started 2 days, 23 hours ago (2008-11-18 12:05:00)
by aio
Almost all commercial programming laguage packages in the market today include GUI. Some may just be better than the others. Any package that doesnt bring along a good GUI will surely be dead before it is being known. 
Started 4 days, 1 hour ago (2008-11-17 10:18:00)
by George1111
My application currently compiles to about 12MB I have split a section of it into a second EXE of about 5MB, but now regret doing so as a number of routines are common and therefore have to maintained separately I want to bring them back into one "larger" EXE which will probably be around 16MB - 18MB Is there a point I should start worrying about the size of the EXE ? What is ... 
Started 3 days, 11 hours ago (2008-11-18 00:17:00)
by nareshjayaseelan
HI all, I am trying to create a window scheduler script for testing browser application. I Create a .vbs file & on clicking it , the browser is invoked & executes the script. but There is some error"Type Mismatch error 800A000D " in the script, which iam not able to debug it. Any input please. The code is show below: set ls_browser=createobject(" internetexplorer.applicat ion") ls_browser.... 
Started 6 days, 23 hours ago (2008-11-14 12:46:00)
by Wantos
Hi, does anybody know how the limit the Winsok upload speed? I have an application that uploads many files between 100kb and 800kb to a server, but it always uses the maximum upload speed of the internet connection and makes browsing websites slow. Many applications like FTP and Peer-2-Peer have options to limit the upload speed, but I can't find any information about how they do that. ... 
Started 1 week, 5 days ago (2008-11-08 13:37:00)
by BadNews01
I posted a thread awhile ago about me using vb6 and explained I was new to programming. Someone told me that if I was new I should just jump to vb.net. I believe I explained my job uses vb6 and wants me to learn it. Personally though I would like to learn programming for myself. After taking the advice to move on to vb.net I went in search of a good book. Something I could take with me places to ... 
Started 5 days ago (2008-11-16 11:07:00)
by NotepadGuru
Hai Boys, i want to use the TB_GETITEMRECT with sendMessage api. But i dont no how to pass that? Code: Private Declare Function SendMessage Lib " user32.dll" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByRef lParam As Any) As Long 
Started 1 week ago (2008-11-13 20:42:00)
by heartsick
how can i set the data type of a text in a textbox? wherein a user is only allowed to enter a number if that user will enter a letter.... msgbox would appear saying invalid entry then it would set that textbox to blank allowing the user to enter another? 
|
|
Hot threads for last week on Visual Basic 6.0 Programming::
Started 1 week, 1 day ago (2008-11-13 11:20:00)
by bigfootmatthew
hear is the way that the program will look if i can get it to work 
Started 4 days, 1 hour ago (2008-11-17 10:18:00)
by George1111
My application currently compiles to about 12MB I have split a section of it into a second EXE of about 5MB, but now regret doing so as a number of routines are common and therefore have to maintained separately I want to bring them back into one "larger" EXE which will probably be around 16MB - 18MB Is there a point I should start worrying about the size of the EXE ? What is ... 
Started 1 week, 5 days ago (2008-11-08 13:37:00)
by BadNews01
I posted a thread awhile ago about me using vb6 and explained I was new to programming. Someone told me that if I was new I should just jump to vb.net. I believe I explained my job uses vb6 and wants me to learn it. Personally though I would like to learn programming for myself. After taking the advice to move on to vb.net I went in search of a good book. Something I could take with me places to ... 
Started 1 week ago (2008-11-13 20:42:00)
by heartsick
how can i set the data type of a text in a textbox? wherein a user is only allowed to enter a number if that user will enter a letter.... msgbox would appear saying invalid entry then it would set that textbox to blank allowing the user to enter another? 
Started 5 days ago (2008-11-16 11:07:00)
by NotepadGuru
Hai Boys, i want to use the TB_GETITEMRECT with sendMessage api. But i dont no how to pass that? Code: Private Declare Function SendMessage Lib " user32.dll" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByRef lParam As Any) As Long 
Started 6 days, 23 hours ago (2008-11-14 12:46:00)
by Wantos
Hi, does anybody know how the limit the Winsok upload speed? I have an application that uploads many files between 100kb and 800kb to a server, but it always uses the maximum upload speed of the internet connection and makes browsing websites slow. Many applications like FTP and Peer-2-Peer have options to limit the upload speed, but I can't find any information about how they do that. ... 
Started 2 days, 23 hours ago (2008-11-18 12:05:00)
by aio
Almost all commercial programming laguage packages in the market today include GUI. Some may just be better than the others. Any package that doesnt bring along a good GUI will surely be dead before it is being known. 
Started 1 week, 1 day ago (2008-11-13 09:07:00)
by stin
I saw 1 that started up after I started the application, called w3wp.exe. (under 'Running Processes') That particular program though is used for uploading files. Here are the components I have: .Net Utilities COM+ Explorer COM+ QC Dead Letter Queue Listener COM+ Utilities IIS Out-Of-Process Pooled Application Microsoft.SQLServer.MSMQTask SA-FileUp (This is the one that started up) ... 
Started 3 days, 11 hours ago (2008-11-18 00:17:00)
by nareshjayaseelan
HI all, I am trying to create a window scheduler script for testing browser application. I Create a .vbs file & on clicking it , the browser is invoked & executes the script. but There is some error"Type Mismatch error 800A000D " in the script, which iam not able to debug it. Any input please. The code is show below: set ls_browser=createobject(" internetexplorer.applicat ion") ls_browser.... 
Started 1 week ago (2008-11-13 15:59:00)
by WizBang
The StrConv() function can convert a Byte array to a string, and back again. 
|
|