Click here to Skip to main content
15,909,898 members
Home / Discussions / C#
   

C#

 
QuestionCreating minidumps for windows forms in c#.net 2.0 Pin
pranu_1327-Oct-06 23:06
pranu_1327-Oct-06 23:06 
AnswerRe: Creating minidumps for windows forms in c#.net 2.0 Pin
Nader Elshehabi27-Oct-06 23:20
Nader Elshehabi27-Oct-06 23:20 
QuestionSession Problem. Pls Help Pin
subrata.jana27-Oct-06 21:44
subrata.jana27-Oct-06 21:44 
GeneralRe: Session Problem. Pls Help Pin
Guffa28-Oct-06 1:34
Guffa28-Oct-06 1:34 
QuestionHow to open a file in c# winform? Pin
ecscheng27-Oct-06 21:00
ecscheng27-Oct-06 21:00 
AnswerRe: How to open a file in c# winform? Pin
Stefan Troschuetz27-Oct-06 21:31
Stefan Troschuetz27-Oct-06 21:31 
QuestionBackgroundWorker Pin
freshonlineMax27-Oct-06 19:46
freshonlineMax27-Oct-06 19:46 
AnswerRe: BackgroundWorker Pin
Nader Elshehabi27-Oct-06 20:41
Nader Elshehabi27-Oct-06 20:41 
IMO background worker is quite useless if you already know how to do multithreading yourself. You did it in 2003 you can do it in 2005.
freshonlineMax wrote:
don't work in vs2005.

Define "don't work"? What error do you get, and what code do you use?

About your issue if you want to manipulate a control from another thread simple use Control.Invoke() method. ie. Put the above code in a method, and call it from the other thread using Invoke().

RegardsRose | [Rose]

AnswerRe: BackgroundWorker Pin
Robert Rohde28-Oct-06 3:37
Robert Rohde28-Oct-06 3:37 
GeneralRe: BackgroundWorker [modified] Pin
freshonlineMax28-Oct-06 7:57
freshonlineMax28-Oct-06 7:57 
GeneralRe: BackgroundWorker Pin
Robert Rohde28-Oct-06 19:46
Robert Rohde28-Oct-06 19:46 
GeneralRe: BackgroundWorker Pin
freshonlineMax28-Oct-06 20:09
freshonlineMax28-Oct-06 20:09 
GeneralRe: BackgroundWorker Pin
Robert Rohde28-Oct-06 21:46
Robert Rohde28-Oct-06 21:46 
GeneralRe: BackgroundWorker Pin
freshonlineMax29-Oct-06 18:49
freshonlineMax29-Oct-06 18:49 
Questionreentrant call to the SetCurrentCellAddressCore function. Pin
Nadia Monalisa27-Oct-06 18:53
Nadia Monalisa27-Oct-06 18:53 
AnswerRe: reentrant call to the SetCurrentCellAddressCore function. Pin
Nader Elshehabi27-Oct-06 20:47
Nader Elshehabi27-Oct-06 20:47 
GeneralRe: reentrant call to the SetCurrentCellAddressCore function. Pin
Nadia Monalisa29-Oct-06 6:41
Nadia Monalisa29-Oct-06 6:41 
Questionhow to get holding key down to repeat an action Pin
bradsnobar27-Oct-06 14:07
bradsnobar27-Oct-06 14:07 
AnswerRe: how to get holding key down to repeat an action Pin
sam#27-Oct-06 18:21
sam#27-Oct-06 18:21 
GeneralRe: how to get holding key down to repeat an action Pin
bradsnobar27-Oct-06 21:15
bradsnobar27-Oct-06 21:15 
AnswerRe: how to get holding key down to repeat an action Pin
Nader Elshehabi27-Oct-06 20:56
Nader Elshehabi27-Oct-06 20:56 
GeneralRe: how to get holding key down to repeat an action Pin
bradsnobar27-Oct-06 21:15
bradsnobar27-Oct-06 21:15 
GeneralRe: how to get holding key down to repeat an action Pin
Nader Elshehabi27-Oct-06 21:31
Nader Elshehabi27-Oct-06 21:31 
AnswerFound the answer Pin
bradsnobar27-Oct-06 21:20
bradsnobar27-Oct-06 21:20 
GeneralRe: Found the answer Pin
DiegoValdevino28-Oct-06 3:18
DiegoValdevino28-Oct-06 3:18 

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.