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

Visual Basic

 
GeneralRe: shapes(rect,square,circle) Pin
The Man from U.N.C.L.E.2-Feb-05 4:07
The Man from U.N.C.L.E.2-Feb-05 4:07 
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 
First time contributor

I have a copy application that copies a folder from one location to another.

If Directory.Exists(loc1orginal) Or Directory.Exists(loc1backup) _
Or Directory.Exists(loc2original) Or Directory.Exists(loc2backup) Then
Try
LogEvent("Copying " & loc1orginal & " to " & loc1backup & " ")
fso.CopyFolder(loc1orginal, loc1backup)
If chkLocation2.Checked = True Then
LogEvent("Copying " & loc2original & " to " & loc2backup & " ")
fso.CopyFolder(loc2original, loc2backup)
End If
Catch ex As Exception
LogEvent("Exception generatted: " & ex.Message)
berror = True
End Try

I would like to add a progress bar to the app for the user, simple! But how do I measure the values needed to feed the nim and max values to the progress bar comtrol? Will I need to compare size of the directories and match from there????

Please help

japel
AnswerRe: How to measure copy to feed progress bar. Pin
Dave Kreskowiak1-Feb-05 18:12
mveDave Kreskowiak1-Feb-05 18:12 
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 

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.