Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
QuestionVS2008 / Northwind dataset problem Pin
mhrtg3-Dec-08 7:15
mhrtg3-Dec-08 7:15 
AnswerRe: VS2008 / Northwind dataset problem Pin
Wendelius3-Dec-08 8:17
mentorWendelius3-Dec-08 8:17 
GeneralRe: VS2008 / Northwind dataset problem Pin
mhrtg3-Dec-08 9:24
mhrtg3-Dec-08 9:24 
GeneralRe: VS2008 / Northwind dataset problem Pin
Wendelius3-Dec-08 10:04
mentorWendelius3-Dec-08 10:04 
GeneralRe: VS2008 / Northwind dataset problem Pin
mhrtg4-Dec-08 4:26
mhrtg4-Dec-08 4:26 
QuestionAbout PrintPreview Problem?-Plz respond about my query [modified] Pin
Roney3-Dec-08 5:59
Roney3-Dec-08 5:59 
QuestionReport Progress from a method being executed within a background worker. Pin
Matthew Edmondson3-Dec-08 5:53
Matthew Edmondson3-Dec-08 5:53 
AnswerRe: Report Progress from a method being executed within a background worker. Pin
Mark Salsbery3-Dec-08 6:15
Mark Salsbery3-Dec-08 6:15 
eddy556 wrote:
it appears that EVERYTHING invloved in the background worker thread must be within the DoWork event


Yes - The thread executes for the duration of your DoWork delegate.

You can call methods on objects just like you would anywhere else.

As with all multithreading, if objects are used by multiple threads
simultaneously then you may need to provide synchronization.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Report Progress from a method being executed within a background worker. Pin
Luc Pattyn3-Dec-08 6:49
sitebuilderLuc Pattyn3-Dec-08 6:49 
AnswerRe: Report Progress from a method being executed within a background worker. Pin
User 43300283-Dec-08 14:33
User 43300283-Dec-08 14:33 
Questionwierd behaviour of compiler / visual studio Pin
Piratenwichtl20003-Dec-08 5:52
Piratenwichtl20003-Dec-08 5:52 
GeneralRe: wierd behaviour of compiler / visual studio [modified] Pin
Luc Pattyn3-Dec-08 6:44
sitebuilderLuc Pattyn3-Dec-08 6:44 
QuestionRe: wierd behaviour of compiler / visual studio Pin
led mike3-Dec-08 6:52
led mike3-Dec-08 6:52 
AnswerRe: wierd behaviour of compiler / visual studio Pin
Luc Pattyn3-Dec-08 7:09
sitebuilderLuc Pattyn3-Dec-08 7:09 
GeneralRe: wierd behaviour of compiler / visual studio Pin
led mike3-Dec-08 7:58
led mike3-Dec-08 7:58 
GeneralRe: wierd behaviour of compiler / visual studio Pin
Piratenwichtl20004-Dec-08 23:17
Piratenwichtl20004-Dec-08 23:17 
Questionconnectionstring "/" Pin
hassanasp3-Dec-08 5:46
hassanasp3-Dec-08 5:46 
AnswerRe: connectionstring "/" [modified] Pin
Mark Salsbery3-Dec-08 5:49
Mark Salsbery3-Dec-08 5:49 
QuestionHow to assign IP address to a network card Pin
s196675m3-Dec-08 5:34
s196675m3-Dec-08 5:34 
AnswerRe: How to assign IP address to a network card Pin
Mark Salsbery3-Dec-08 5:47
Mark Salsbery3-Dec-08 5:47 
QuestionBuilding a list of current solution types in design time Pin
beatles16923-Dec-08 5:21
beatles16923-Dec-08 5:21 
QuestionUpdate Data Table from Data Source Pin
polishprogrammer3-Dec-08 5:03
polishprogrammer3-Dec-08 5:03 
AnswerRe: Update Data Table from Data Source Pin
Wendelius3-Dec-08 11:04
mentorWendelius3-Dec-08 11:04 
GeneralRe: Update Data Table from Data Source Pin
polishprogrammer4-Dec-08 3:51
polishprogrammer4-Dec-08 3:51 
GeneralRe: Update Data Table from Data Source Pin
Wendelius4-Dec-08 4:10
mentorWendelius4-Dec-08 4:10 

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.