Forum: Visual Basic 4 / 5 / 6 Oct 26th, 2006 |
| Replies: 1 Views: 1,401 Hello,
Can someone make me an exe of this VB code?
http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=33626&lngWId=1
I am at office now and dnt have VB installed here...so just need ur... |
Forum: Visual Basic 4 / 5 / 6 Oct 21st, 2005 |
| Replies: 1 Views: 2,446 hello,
here is a working code for a bandwidth meter.
Can someone plz tell me how to reset the bandwidth meter with a click of a button.
*Download the attachment.
Thanx |
Forum: Visual Basic 4 / 5 / 6 Aug 21st, 2005 |
| Replies: 2 Views: 4,990 Wot is the difference between declaring a Global Variable and a Public variable?
I mean both variables can be accessed through out the project so wots the main difference apart from that Global... |
Forum: Visual Basic 4 / 5 / 6 Jul 24th, 2005 |
| Replies: 2 Views: 3,475 I was looking for some sites where everytype of activex controls are available just like this site
... |
Forum: Visual Basic 4 / 5 / 6 Jul 23rd, 2005 |
| Replies: 2 Views: 3,475 Does anyone know where can I download free activex components for visual basic 6.0?
Thanx in advance :) |
Forum: Visual Basic 4 / 5 / 6 Jul 12th, 2005 |
| Replies: 3 Views: 3,531 Thanx buddy, u made it :) |
Forum: Visual Basic 4 / 5 / 6 Jul 11th, 2005 |
| Replies: 3 Views: 3,531 Please help me in converting bytes to MB, attached is a project, please fix it and post it here...thanx |
Forum: Visual Basic 4 / 5 / 6 Jul 4th, 2005 |
| Replies: 6 Views: 6,048 Do you know there is a BUG in the Long Timer, please download the attachment and see for youself :) |
Forum: Visual Basic 4 / 5 / 6 Jul 4th, 2005 |
| Replies: 1 Views: 3,330 I have a commondialog on my form, 1 textbox, 1 command button.
I want to show the path of a link(link file) on the textbox using the commondialog? how should I?
When I write the following code,... |
Forum: Visual Basic 4 / 5 / 6 Jul 4th, 2005 |
| Replies: 6 Views: 6,048 |
Forum: Visual Basic 4 / 5 / 6 Jul 4th, 2005 |
| Replies: 6 Views: 6,048 I want the timer to set the interval in hours or minutes and not in milliseconds.
I get the following error when I set the interval as in minute as Timer1.Interval = 60000 * 5
"Run-time error... |