Click here to Skip to main content
15,927,699 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to connect my database to the internet? Pin
jamestong1-Feb-05 14:19
jamestong1-Feb-05 14:19 
AnswerRe: How to connect my database to the internet? Pin
Christian Graus1-Feb-05 14:29
protectorChristian Graus1-Feb-05 14:29 
GeneralRe: How to connect my database to the internet? Pin
jamestong1-Feb-05 16:54
jamestong1-Feb-05 16:54 
GeneralRe: How to connect my database to the internet? Pin
Christian Graus1-Feb-05 16:58
protectorChristian Graus1-Feb-05 16:58 
Generalproblem with datagrid Pin
besah1-Feb-05 13:50
besah1-Feb-05 13:50 
GeneralRe: problem with datagrid Pin
Dave Kreskowiak1-Feb-05 18:14
mveDave Kreskowiak1-Feb-05 18:14 
QuestionHow to measure copy to feed progress bar. Pin
japel1-Feb-05 13:36
japel1-Feb-05 13:36 
AnswerRe: How to measure copy to feed progress bar. Pin
Dave Kreskowiak1-Feb-05 18:12
mveDave Kreskowiak1-Feb-05 18:12 
If your going to use the File System Object CopyFolder method, you really can't add a meaningfull progress bar since CopyFolder will not fire any events you can subscribe to to update your progress bar. A couple of alternatives would be to fire off the Copy process you find in Explorer, which has its own progress bar, or write your own Copy function that can track the number of files/bytes it needs to copy and update a progress bar itself. Using the code you have now, you can't add a progress bar to it.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralMovelast Method of Adodb.Recordset in VB6 Pin
eshban2841-Feb-05 11:19
eshban2841-Feb-05 11:19 
GeneralRe: Movelast Method of Adodb.Recordset in VB6 Pin
Jim Matthews1-Feb-05 11:33
Jim Matthews1-Feb-05 11:33 
GeneralRe: Movelast Method of Adodb.Recordset in VB6 Pin
rwestgraham1-Feb-05 15:58
rwestgraham1-Feb-05 15:58 
Generalplease help me Pin
katayoon1-Feb-05 7:50
katayoon1-Feb-05 7:50 
GeneralRe: please help me Pin
Jim Matthews1-Feb-05 11:25
Jim Matthews1-Feb-05 11:25 
GeneralRe: please help me Pin
mtone1-Feb-05 13:16
mtone1-Feb-05 13:16 
Generalsubject:programming with .NET Framework to browsing my bank account, buy and sell stock shares Pin
Close Network1-Feb-05 5:52
Close Network1-Feb-05 5:52 
GeneralRe: subject:programming with .NET Framework to browsing my bank account, buy and sell stock shares Pin
numbrel1-Feb-05 15:05
numbrel1-Feb-05 15:05 
GeneralRe: subject:programming with .NET Framework to browsing my bank account, buy and sell stock shares Pin
Close Network1-Feb-05 23:22
Close Network1-Feb-05 23:22 
Questionhow to save the image of a hidden form Pin
tendlya1-Feb-05 3:36
tendlya1-Feb-05 3:36 
AnswerRe: how to save the image of a hidden form Pin
Charlie Williams1-Feb-05 5:04
Charlie Williams1-Feb-05 5:04 
Questionhow to capture image of a hidden form Pin
tendlya1-Feb-05 3:30
tendlya1-Feb-05 3:30 
GeneralReading form names from the proj in vb.net Pin
Thirumalaraj1-Feb-05 1:56
Thirumalaraj1-Feb-05 1:56 
GeneralRe: Reading form names from the proj in vb.net Pin
Christian Graus1-Feb-05 17:12
protectorChristian Graus1-Feb-05 17:12 
GeneralCut PNG file or any image Pin
Just Greeky Creek1-Feb-05 0:25
Just Greeky Creek1-Feb-05 0:25 
GeneralRe: Cut PNG file or any image Pin
Robert Rohde1-Feb-05 8:55
Robert Rohde1-Feb-05 8:55 
QuestionHow to get hDC of a picturebox? Pin
rushing31-Jan-05 23:01
rushing31-Jan-05 23:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.