Click here to Skip to main content
15,889,266 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Pete O'Hanlon18-Sep-07 10:22
mvePete O'Hanlon18-Sep-07 10:22 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 10:25
gizmokaka18-Sep-07 10:25 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Pete O'Hanlon18-Sep-07 10:28
mvePete O'Hanlon18-Sep-07 10:28 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 10:41
gizmokaka18-Sep-07 10:41 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Dave Kreskowiak18-Sep-07 10:48
mveDave Kreskowiak18-Sep-07 10:48 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 11:01
gizmokaka18-Sep-07 11:01 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka19-Sep-07 2:17
gizmokaka19-Sep-07 2:17 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Dave Kreskowiak19-Sep-07 11:50
mveDave Kreskowiak19-Sep-07 11:50 
It would help if your worker method took a parameter which you could pass in the background worker instance. Your worker code then, every once in a while, calls the ReportProgress method on the BackgroundWorker object to fire off the ProgressChanged event.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
Pete O'Hanlon18-Sep-07 10:50
mvePete O'Hanlon18-Sep-07 10:50 
GeneralRe: How to: Make Thread-Safe Calls to Windows Forms Controls Pin
gizmokaka18-Sep-07 11:02
gizmokaka18-Sep-07 11:02 
QuestionC# students in UK Pin
Francois Benadie18-Sep-07 10:09
Francois Benadie18-Sep-07 10:09 
AnswerRe: C# students in UK Pin
Pete O'Hanlon18-Sep-07 10:20
mvePete O'Hanlon18-Sep-07 10:20 
QuestionLinking function keys to buttons Pin
Dio2218-Sep-07 9:06
Dio2218-Sep-07 9:06 
AnswerRe: Linking function keys to buttons Pin
Giorgi Dalakishvili18-Sep-07 9:20
mentorGiorgi Dalakishvili18-Sep-07 9:20 
GeneralRe: Linking function keys to buttons Pin
Dio2218-Sep-07 10:17
Dio2218-Sep-07 10:17 
GeneralRe: Linking function keys to buttons Pin
Giorgi Dalakishvili18-Sep-07 10:24
mentorGiorgi Dalakishvili18-Sep-07 10:24 
GeneralRe: Linking function keys to buttons Pin
Dio2218-Sep-07 10:28
Dio2218-Sep-07 10:28 
GeneralRe: Linking function keys to buttons Pin
Giorgi Dalakishvili18-Sep-07 10:33
mentorGiorgi Dalakishvili18-Sep-07 10:33 
AnswerRe: Linking function keys to buttons Pin
Luc Pattyn18-Sep-07 9:44
sitebuilderLuc Pattyn18-Sep-07 9:44 
QuestionCalculate time with int Pin
andredani18-Sep-07 7:23
andredani18-Sep-07 7:23 
AnswerRe: Calculate time with int Pin
Matthew Cuba18-Sep-07 7:55
Matthew Cuba18-Sep-07 7:55 
GeneralRe: Calculate time with int Pin
Larantz18-Sep-07 7:59
Larantz18-Sep-07 7:59 
AnswerRe: Calculate time with int Pin
Guffa18-Sep-07 8:29
Guffa18-Sep-07 8:29 
QuestionEmployee Clock in/out application Pin
Skanless18-Sep-07 7:14
Skanless18-Sep-07 7:14 
AnswerRe: Employee Clock in/out application Pin
Not Active18-Sep-07 7:25
mentorNot Active18-Sep-07 7:25 

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.