Click here to Skip to main content
15,910,661 members
Home / Discussions / C#
   

C#

 
GeneralVirtual Machine Monitoring Tools Pin
Matt Gerrans15-Jul-04 11:02
Matt Gerrans15-Jul-04 11:02 
GeneralRe: Virtual Machine Monitoring Tools Pin
Nick Parker15-Jul-04 11:20
protectorNick Parker15-Jul-04 11:20 
GeneralRe: Virtual Machine Monitoring Tools Pin
Matt Gerrans24-Jul-04 22:23
Matt Gerrans24-Jul-04 22:23 
GeneralRe: Virtual Machine Monitoring Tools Pin
leppie15-Jul-04 12:44
leppie15-Jul-04 12:44 
GeneralUsin Invoke with threads Pin
polomint15-Jul-04 8:31
polomint15-Jul-04 8:31 
GeneralRe: Usin Invoke with threads Pin
Nick Parker15-Jul-04 9:46
protectorNick Parker15-Jul-04 9:46 
GeneralRe: Usin Invoke with threads Pin
Mike Dimmick15-Jul-04 10:14
Mike Dimmick15-Jul-04 10:14 
GeneralRe: Using Invoke with threads Pin
polomint15-Jul-04 11:02
polomint15-Jul-04 11:02 
Ok, I understand what you are both saying. Would this work? Also the line
Add a = new Add(StringAdder);
has me confused. What is add? The compiler complains about me missing a Using directive.



string s;<br />
s = "Timeout";<br />
Add a = new Add(StringAdder);<br />
IAsyncResult ar = a.BeginInvoke(s, null, null);<br />
//lbLog.Items.Add(s);



Thanks again.

PS: What about things like listBox1.Items.Clear() etc...


Yippee Kai Yai
Signed Polomint.......
GeneralRe: Using Invoke with threads Pin
Nick Parker15-Jul-04 11:17
protectorNick Parker15-Jul-04 11:17 
GeneralRe: Using Invoke with threads Pin
polomint15-Jul-04 11:33
polomint15-Jul-04 11:33 
GeneralRe: Usin Invoke with threads Pin
Nick Parker15-Jul-04 11:10
protectorNick Parker15-Jul-04 11:10 
GeneralRe: Usin Invoke with threads Pin
Nick Parker15-Jul-04 13:52
protectorNick Parker15-Jul-04 13:52 
GeneralDatagrid Column Header Alignment Pin
C#Coder6715-Jul-04 6:27
C#Coder6715-Jul-04 6:27 
QuestionRemove Confirm Dialog After Confirm? Pin
j1e1g115-Jul-04 4:43
j1e1g115-Jul-04 4:43 
AnswerRe: Remove Confirm Dialog After Confirm? Pin
Tom Larsen15-Jul-04 5:01
Tom Larsen15-Jul-04 5:01 
AnswerRe: Remove Confirm Dialog After Confirm? Pin
Roman Rodov15-Jul-04 14:56
Roman Rodov15-Jul-04 14:56 
AnswerRe: Remove Confirm Dialog After Confirm? Pin
MilesAhead18-Jul-04 6:26
MilesAhead18-Jul-04 6:26 
Generallistview icon disappear! Pin
ting66815-Jul-04 4:21
ting66815-Jul-04 4:21 
GeneralRe: listview icon disappear! Pin
Nick Parker15-Jul-04 9:59
protectorNick Parker15-Jul-04 9:59 
GeneralCDO: Search for Tasks in a Time Span Pin
Corinna John15-Jul-04 3:48
Corinna John15-Jul-04 3:48 
QuestionHow display progress in statursbar Pin
wk_vigorous14-Jul-04 23:45
wk_vigorous14-Jul-04 23:45 
AnswerRe: How display progress in statursbar Pin
Tom Larsen15-Jul-04 4:46
Tom Larsen15-Jul-04 4:46 
AnswerRe: How display progress in statursbar Pin
Gary Thom15-Jul-04 8:10
Gary Thom15-Jul-04 8:10 
AnswerRe: How display progress in statursbar Pin
Weiye Chen15-Jul-04 17:44
Weiye Chen15-Jul-04 17:44 
GeneralSimulate the mouse and the keyboard Pin
Heroz14-Jul-04 23:22
Heroz14-Jul-04 23:22 

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.