Click here to Skip to main content
15,901,122 members
Home / Discussions / C#
   

C#

 
GeneralRe: Error management Pin
Scalee2-Jul-08 5:35
Scalee2-Jul-08 5:35 
GeneralRe: Error management Pin
Scalee2-Jul-08 5:46
Scalee2-Jul-08 5:46 
GeneralRe: Error management Pin
Simon P Stevens2-Jul-08 5:55
Simon P Stevens2-Jul-08 5:55 
GeneralRe: Error management Pin
Simon P Stevens2-Jul-08 5:50
Simon P Stevens2-Jul-08 5:50 
GeneralRe: Error management Pin
Scalee2-Jul-08 6:05
Scalee2-Jul-08 6:05 
GeneralRe: Error management Pin
Simon P Stevens2-Jul-08 9:32
Simon P Stevens2-Jul-08 9:32 
GeneralRe: Error management Pin
Scalee2-Jul-08 9:36
Scalee2-Jul-08 9:36 
GeneralRe: Error management Pin
Simon P Stevens2-Jul-08 21:28
Simon P Stevens2-Jul-08 21:28 
Questionproblem retriving data form Oracle Pin
mateusz.matyaszek2-Jul-08 1:55
mateusz.matyaszek2-Jul-08 1:55 
QuestionFile copying, byte by byte, w/progress bar Pin
ajtunbridge2-Jul-08 1:42
ajtunbridge2-Jul-08 1:42 
AnswerRe: File copying, byte by byte, w/progress bar Pin
Scalee2-Jul-08 2:01
Scalee2-Jul-08 2:01 
GeneralRe: File copying, byte by byte, w/progress bar [modified] Pin
ajtunbridge2-Jul-08 2:17
ajtunbridge2-Jul-08 2:17 
AnswerRe: File copying, byte by byte, w/progress bar Pin
Anthony Mushrow2-Jul-08 2:41
professionalAnthony Mushrow2-Jul-08 2:41 
GeneralRe: File copying, byte by byte, w/progress bar Pin
ajtunbridge2-Jul-08 3:05
ajtunbridge2-Jul-08 3:05 
AnswerRe: File copying, byte by byte, w/progress bar Pin
Spacix One2-Jul-08 6:08
Spacix One2-Jul-08 6:08 
I'm not sure I'd would do this the same way, totalBytesRead would have to be class variable and volatile to display it on the UI. Else the worker has a copy of the original data and can't change it.

Why not use a delegate you could invoke to update the UI from the worker?


-Spacix
All your skynet questions[^] belong to solved

I dislike the black-and-white voting system on questions/answers. Dead | X|

GeneralRe: File copying, byte by byte, w/progress bar Pin
Anthony Mushrow2-Jul-08 6:11
professionalAnthony Mushrow2-Jul-08 6:11 
GeneralRe: File copying, byte by byte, w/progress bar Pin
ajtunbridge3-Jul-08 0:45
ajtunbridge3-Jul-08 0:45 
QuestionMS Visual Studio compiling [modified] Pin
ALAQUNAIBI2-Jul-08 1:14
ALAQUNAIBI2-Jul-08 1:14 
AnswerRe: MS Visual Studio compiling Pin
leppie2-Jul-08 1:34
leppie2-Jul-08 1:34 
JokeRe: MS Visual Studio compiling Pin
User 66582-Jul-08 3:55
User 66582-Jul-08 3:55 
GeneralRe: MS Visual Studio compiling Pin
Pete O'Hanlon2-Jul-08 10:13
mvePete O'Hanlon2-Jul-08 10:13 
AnswerRe: MS Visual Studio compiling Pin
Simon P Stevens2-Jul-08 4:16
Simon P Stevens2-Jul-08 4:16 
QuestionSelection of Treeview node during page load Pin
shehezada2-Jul-08 1:03
shehezada2-Jul-08 1:03 
AnswerRe: Selection of Treeview node during page load Pin
ajtunbridge2-Jul-08 2:33
ajtunbridge2-Jul-08 2:33 
GeneralRe: Selection of Treeview node during page load Pin
shehezada2-Jul-08 22:19
shehezada2-Jul-08 22:19 

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.