Click here to Skip to main content
15,907,687 members
Home / Discussions / C#
   

C#

 
GeneralRe: backgroundWorker1_ProgressChanged does not raise. Pin
Rocky#26-Dec-07 1:59
Rocky#26-Dec-07 1:59 
GeneralRe: backgroundWorker1_ProgressChanged does not raise. Pin
hdv21226-Dec-07 2:00
hdv21226-Dec-07 2:00 
GeneralRe: backgroundWorker1_ProgressChanged does not raise. Pin
Rocky#26-Dec-07 2:01
Rocky#26-Dec-07 2:01 
GeneralRe: backgroundWorker1_ProgressChanged does not raise. Pin
hdv21226-Dec-07 2:06
hdv21226-Dec-07 2:06 
GeneralRe: backgroundWorker1_ProgressChanged does not raise. Pin
Rocky#26-Dec-07 2:11
Rocky#26-Dec-07 2:11 
GeneralRe: backgroundWorker1_ProgressChanged does not raise. Pin
Rocky#26-Dec-07 2:16
Rocky#26-Dec-07 2:16 
GeneralRe: backgroundWorker1_ProgressChanged does not raise. Pin
hdv21226-Dec-07 2:38
hdv21226-Dec-07 2:38 
GeneralRe: backgroundWorker1_ProgressChanged does not raise. Pin
Rocky#26-Dec-07 2:50
Rocky#26-Dec-07 2:50 
this.backgroundWorker1.ReportProgress(i);

you shuld be using this to report progress as this will raise the ProgressChanged event which will inturn invoke the method refered to by the delegate given at the top (when u did something like

w.ProgressChanged += new ProgressChangedEventHandler(w_ProgressChanged);
)

rest of the logic is upto u but tryin this
hdv212 wrote:
this.backgroundWorker1_ProgressChanged(null, new ProgressChangedEventArgs(i,i));


is simply meaningless

Rocky

Success is a ladder which you can't climb with your hands in your pockets.

GeneralRe: backgroundWorker1_ProgressChanged does not raise. Pin
Judah Gabriel Himango26-Dec-07 5:24
sponsorJudah Gabriel Himango26-Dec-07 5:24 
Questionproblem with TopMost Property of forms ? Pin
cmpeng3426-Dec-07 1:41
cmpeng3426-Dec-07 1:41 
AnswerRe: problem with TopMost Property of forms ? Pin
Rocky#26-Dec-07 2:00
Rocky#26-Dec-07 2:00 
AnswerRe: problem with TopMost Property of forms ? Pin
PIEBALDconsult26-Dec-07 8:01
mvePIEBALDconsult26-Dec-07 8:01 
QuestionC# marquee control needed Pin
Member 351000126-Dec-07 1:12
Member 351000126-Dec-07 1:12 
GeneralRe: C# marquee control needed Pin
Sun Rays26-Dec-07 1:31
Sun Rays26-Dec-07 1:31 
GeneralRe: C# marquee control needed Pin
N a v a n e e t h26-Dec-07 1:34
N a v a n e e t h26-Dec-07 1:34 
GeneralRe: C# marquee control needed Pin
N a v a n e e t h26-Dec-07 1:34
N a v a n e e t h26-Dec-07 1:34 
GeneralRe: C# marquee control needed Pin
DannyAdler26-Dec-07 1:55
DannyAdler26-Dec-07 1:55 
GeneralRe: C# marquee control needed Pin
Paul Conrad26-Dec-07 7:41
professionalPaul Conrad26-Dec-07 7:41 
GeneralWriting Objects into a Database Pin
00carl0026-Dec-07 0:55
00carl0026-Dec-07 0:55 
GeneralRe: Writing Objects into a Database Pin
Giorgi Dalakishvili26-Dec-07 1:18
mentorGiorgi Dalakishvili26-Dec-07 1:18 
GeneralRe: Writing Objects into a Database Pin
00carl003-Jan-08 0:48
00carl003-Jan-08 0:48 
GeneralRe: Writing Objects into a Database Pin
Giorgi Dalakishvili3-Jan-08 2:50
mentorGiorgi Dalakishvili3-Jan-08 2:50 
GeneralRegarding Sorting in DataGridView Pin
Ram_Pcr26-Dec-07 0:08
Ram_Pcr26-Dec-07 0:08 
GeneralContext menu Pin
Hum Dum25-Dec-07 23:54
Hum Dum25-Dec-07 23:54 
GeneralRe: Context menu Pin
N a v a n e e t h26-Dec-07 0:08
N a v a n e e t h26-Dec-07 0:08 

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.