Click here to Skip to main content
15,890,717 members
Home / Discussions / C#
   

C#

 
GeneralRe: Passing variable from code to Reporting Services Subscriptions Pin
Henry Minute6-May-09 22:09
Henry Minute6-May-09 22:09 
GeneralRe: Passing variable from code to Reporting Services Subscriptions Pin
Agweet6-May-09 22:19
Agweet6-May-09 22:19 
GeneralRe: Passing variable from code to Reporting Services Subscriptions Pin
Henry Minute7-May-09 1:17
Henry Minute7-May-09 1:17 
Questiondegree of multithreading(analyze) Pin
lost_in_code3-May-09 20:31
lost_in_code3-May-09 20:31 
QuestionRe: degree of multithreading(analyze) Pin
CPallini3-May-09 21:23
mveCPallini3-May-09 21:23 
JokeRe: degree of multithreading(analyze) Pin
MNantu3-May-09 23:47
MNantu3-May-09 23:47 
GeneralRe: degree of multithreading(analyze) Pin
CPallini3-May-09 23:52
mveCPallini3-May-09 23:52 
GeneralRe: degree of multithreading(analyze) Pin
MNantu4-May-09 0:22
MNantu4-May-09 0:22 
Oh, I'm sorry, my bad. Laugh | :laugh:

void Yay()
{
   ThreadStart starter = new ThreadStart(DoWork);
   Thread thread = new Thread(starter);
   thread.Start();
}

void DoWork()
{
   while(!perfectCircle)
   {
      DoSomething();
   }
}


Would this be OK? Roll eyes | :rolleyes:
AnswerRe: degree of multithreading(analyze) Pin
MeekLogic3-May-09 22:58
MeekLogic3-May-09 22:58 
QuestionHow do two c# .Net programs communicate to each other? ...please help Pin
imannasr883-May-09 20:19
imannasr883-May-09 20:19 
AnswerRe: How do two c# .Net programs communicate to each other? ...please help Pin
12Code3-May-09 20:48
12Code3-May-09 20:48 
GeneralRe: How do two c# .Net programs communicate to each other? ...please help Pin
imannasr884-May-09 0:17
imannasr884-May-09 0:17 
AnswerRe: How do two c# .Net programs communicate to each other? ...please help Pin
saanj3-May-09 21:19
saanj3-May-09 21:19 
GeneralRe: How do two c# .Net programs communicate to each other? ...please help Pin
MumbleB3-May-09 22:56
MumbleB3-May-09 22:56 
JokeRe: How do two c# .Net programs communicate to each other? ...please help Pin
dan!sh 3-May-09 23:07
professional dan!sh 3-May-09 23:07 
GeneralRe: How do two c# .Net programs communicate to each other? ...please help Pin
MumbleB3-May-09 23:09
MumbleB3-May-09 23:09 
GeneralRe: How do two c# .Net programs communicate to each other? ...please help Pin
imannasr884-May-09 0:42
imannasr884-May-09 0:42 
GeneralRe: How do two c# .Net programs communicate to each other? ...please help Pin
imannasr884-May-09 0:40
imannasr884-May-09 0:40 
GeneralRe: How do two c# .Net programs communicate to each other? ...please help Pin
imannasr884-May-09 0:44
imannasr884-May-09 0:44 
GeneralRe: How do two c# .Net programs communicate to each other? ...please help Pin
MumbleB4-May-09 3:04
MumbleB4-May-09 3:04 
QuestionDragging the form.... please help! Pin
Rajdeep.NET is BACK3-May-09 20:09
Rajdeep.NET is BACK3-May-09 20:09 
AnswerRe: Dragging the form.... please help! Pin
MeekLogic3-May-09 20:16
MeekLogic3-May-09 20:16 
GeneralRe: Dragging the form.... please help! Pin
Emilio Garavaglia3-May-09 20:35
Emilio Garavaglia3-May-09 20:35 
GeneralRe: Dragging the form.... please help! Pin
Rajdeep.NET is BACK3-May-09 21:46
Rajdeep.NET is BACK3-May-09 21:46 
GeneralRe: Dragging the form.... please help! Pin
MeekLogic3-May-09 22:56
MeekLogic3-May-09 22:56 

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.