Click here to Skip to main content
15,891,951 members
Home / Discussions / C#
   

C#

 
AnswerRe: Get Table Fields Description Pin
lainoo28-Oct-06 19:35
lainoo28-Oct-06 19:35 
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 
Hello
I wrote a multithreading program in vs2003 that don't work in vs2005.
Now I want to write multithreading code with backgroundworker.
But all samples in the web confusing me and i can't understand them!
Please help me to write a simple program to do this :
1-Button 2-TextBox 3-ListBox
By pressing Button, ListBox should fill as equal as TextBox's number.
Button1_Click()
{
  for (int i=0;i<convert.toint16(TextBox1.text);i++)
  {
    ListBox1.items.add("Item #" + i.tostring());
  }
}

But i want to do this with BackgroundWorker, So i'll have ability to create second set of this controls on my form to work parallely.
Just give me a simple code for first section.
Tank You
AnswerRe: BackgroundWorker Pin
Nader Elshehabi27-Oct-06 20:41
Nader Elshehabi27-Oct-06 20:41 
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 

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.