Click here to Skip to main content
15,910,234 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hashtables and foreach loops: Pin
Luis Alonso Ramos26-Nov-04 5:28
Luis Alonso Ramos26-Nov-04 5:28 
GeneralRe: Hashtables and foreach loops: Pin
leppie26-Nov-04 5:40
leppie26-Nov-04 5:40 
GeneralExit Method Pin
lenchase25-Nov-04 4:01
lenchase25-Nov-04 4:01 
GeneralRe: Exit Method Pin
Stefan Troschuetz25-Nov-04 4:15
Stefan Troschuetz25-Nov-04 4:15 
GeneralRe: Exit Method Pin
Daniel Turini25-Nov-04 4:24
Daniel Turini25-Nov-04 4:24 
GeneralRe: Exit Method Pin
Stefan Troschuetz25-Nov-04 4:36
Stefan Troschuetz25-Nov-04 4:36 
General.Net file copy progress Pin
Erica_Al25-Nov-04 3:53
Erica_Al25-Nov-04 3:53 
GeneralRe: .Net file copy progress Pin
Luis Alonso Ramos25-Nov-04 10:58
Luis Alonso Ramos25-Nov-04 10:58 
You can update the progress bar after every file is copied, to show the advance in number of files.

If you want to display the progress in total number of bytes, you'd have to copy the file manually (open source and destination, read from source, write to destination, and so on...)

One more recommendation: do this in another thread, so you don't block the main application window (thread).

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

GeneralExcel Autofilter in datagrid Pin
ruifernandes2425-Nov-04 3:34
ruifernandes2425-Nov-04 3:34 
GeneralRe: Excel Autofilter in datagrid Pin
Dave Kreskowiak26-Nov-04 3:59
mveDave Kreskowiak26-Nov-04 3:59 
GeneralAccessing TabPages via Index Pin
fracalifa25-Nov-04 2:11
fracalifa25-Nov-04 2:11 
GeneralRe: Accessing TabPages via Index Pin
Daniel Turini25-Nov-04 2:30
Daniel Turini25-Nov-04 2:30 
GeneralRe: Accessing TabPages via Index Pin
Stefan Troschuetz25-Nov-04 2:34
Stefan Troschuetz25-Nov-04 2:34 
GeneralUpdating Container Object Pin
A.Mohsen25-Nov-04 2:07
A.Mohsen25-Nov-04 2:07 
GeneralRe: Updating Container Object Pin
Skynyrd25-Nov-04 10:41
Skynyrd25-Nov-04 10:41 
GeneralDeugging Pin
El'Cachubrey24-Nov-04 21:42
El'Cachubrey24-Nov-04 21:42 
GeneralRe: Deugging Pin
Colin Angus Mackay25-Nov-04 0:49
Colin Angus Mackay25-Nov-04 0:49 
GeneralRe: Deugging Pin
Daniel Turini25-Nov-04 2:35
Daniel Turini25-Nov-04 2:35 
Generalerror Pin
fatidarya24-Nov-04 21:02
fatidarya24-Nov-04 21:02 
GeneralRe: error Pin
leppie25-Nov-04 1:36
leppie25-Nov-04 1:36 
GeneralRe: error Pin
fatidarya25-Nov-04 10:46
fatidarya25-Nov-04 10:46 
GeneralRe: error Pin
Daniel Grunwald25-Nov-04 9:41
Daniel Grunwald25-Nov-04 9:41 
GeneralTransparencyKey and Opacity Pin
kristoffersen24-Nov-04 19:40
kristoffersen24-Nov-04 19:40 
GeneralRe: TransparencyKey and Opacity Pin
leppie24-Nov-04 23:24
leppie24-Nov-04 23:24 
QuestionHow do I get the size of a file? Pin
Rafferty Uy24-Nov-04 15:57
Rafferty Uy24-Nov-04 15:57 

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.