Click here to Skip to main content
16,013,933 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Moving folder to another volume Pin
Christian Graus6-Jun-05 19:16
protectorChristian Graus6-Jun-05 19:16 
GeneralRe: Moving folder to another volume Pin
nitin_ion6-Jun-05 19:19
nitin_ion6-Jun-05 19:19 
GeneralRe: Moving folder to another volume Pin
Christian Graus6-Jun-05 19:26
protectorChristian Graus6-Jun-05 19:26 
GeneralRe: Moving folder to another volume Pin
nitin_ion6-Jun-05 19:33
nitin_ion6-Jun-05 19:33 
GeneralRe: Moving folder to another volume Pin
Dave Kreskowiak7-Jun-05 4:27
mveDave Kreskowiak7-Jun-05 4:27 
GeneralRe: Moving folder to another volume Pin
nitin_ion7-Jun-05 17:29
nitin_ion7-Jun-05 17:29 
GeneralRe: Moving folder to another volume Pin
nitin_ion7-Jun-05 19:50
nitin_ion7-Jun-05 19:50 
GeneralRe: Moving folder to another volume Pin
Dave Kreskowiak8-Jun-05 2:16
mveDave Kreskowiak8-Jun-05 2:16 
It all depends on what your using to do the move. If you use Directory.Move to move an entire batch of files all at once, you don't get any information back on status, and therefore, nothing usable to update a ProgressBar.

If you want to use a progressbar, you'll have to write the code to "move" the files yourself, one at a time. You'll also have to supply the methods for reporting status and progress.


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

GeneralRe: Moving folder to another volume Pin
Christian Graus7-Jun-05 11:24
protectorChristian Graus7-Jun-05 11:24 
GeneralRe: Moving folder to another volume Pin
nitin_ion7-Jun-05 17:25
nitin_ion7-Jun-05 17:25 
GeneralRe: Moving folder to another volume Pin
Christian Graus7-Jun-05 17:28
protectorChristian Graus7-Jun-05 17:28 
GeneralRe: Moving folder to another volume Pin
nitin_ion7-Jun-05 17:35
nitin_ion7-Jun-05 17:35 
QuestionIs .NET that much better than VB6? Pin
JoeySmith6-Jun-05 13:05
JoeySmith6-Jun-05 13:05 
AnswerRe: Is .NET that much better than VB6? Pin
Christian Graus6-Jun-05 14:12
protectorChristian Graus6-Jun-05 14:12 
GeneralRe: Is .NET that much better than VB6? Pin
Yulianto.6-Jun-05 16:18
Yulianto.6-Jun-05 16:18 
GeneralRe: Is .NET that much better than VB6? Pin
Christian Graus6-Jun-05 16:25
protectorChristian Graus6-Jun-05 16:25 
GeneralRe: Is .NET that much better than VB6? Pin
Dave Kreskowiak6-Jun-05 16:52
mveDave Kreskowiak6-Jun-05 16:52 
GeneralRe: Is .NET that much better than VB6? Pin
Christian Graus6-Jun-05 17:07
protectorChristian Graus6-Jun-05 17:07 
GeneralRe: Is .NET that much better than VB6? Pin
Dave Kreskowiak7-Jun-05 4:23
mveDave Kreskowiak7-Jun-05 4:23 
GeneralRe: Is .NET that much better than VB6? Pin
Christian Graus7-Jun-05 11:49
protectorChristian Graus7-Jun-05 11:49 
GeneralRe: Is .NET that much better than VB6? Pin
Dave Kreskowiak7-Jun-05 13:01
mveDave Kreskowiak7-Jun-05 13:01 
AnswerRe: Is .NET that much better than VB6? Pin
chrismerrill6-Jun-05 17:53
chrismerrill6-Jun-05 17:53 
GeneralRe: Is .NET that much better than VB6? Pin
Christian Graus6-Jun-05 18:18
protectorChristian Graus6-Jun-05 18:18 
GeneralRe: Is .NET that much better than VB6? Pin
chrismerrill6-Jun-05 19:57
chrismerrill6-Jun-05 19:57 
GeneralRe: Is .NET that much better than VB6? Pin
Christian Graus7-Jun-05 11:53
protectorChristian Graus7-Jun-05 11:53 

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.