Click here to Skip to main content
15,914,071 members
Home / Discussions / C#
   

C#

 
General[Message Deleted] Pin
hkjghkj126-Jan-09 6:50
hkjghkj126-Jan-09 6:50 
GeneralRe: CopyFromScreen() question. Pin
PIEBALDconsult26-Jan-09 7:08
mvePIEBALDconsult26-Jan-09 7:08 
QuestionHow do I bounce an old thread? Pin
Butter18526-Jan-09 3:29
Butter18526-Jan-09 3:29 
AnswerRe: How do I bounce an old thread? Pin
benjymous26-Jan-09 3:59
benjymous26-Jan-09 3:59 
GeneralRe: How do I bounce an old thread? Pin
Mustafa Ismail Mustafa26-Jan-09 4:08
Mustafa Ismail Mustafa26-Jan-09 4:08 
GeneralRe: How do I bounce an old thread? Pin
Butter18526-Jan-09 6:27
Butter18526-Jan-09 6:27 
GeneralRe: How do I bounce an old thread? Pin
benjymous26-Jan-09 22:09
benjymous26-Jan-09 22:09 
AnswerRe: How do I bounce an old thread? Pin
Mustafa Ismail Mustafa26-Jan-09 4:04
Mustafa Ismail Mustafa26-Jan-09 4:04 
By bouncing do you mean stopping a service/thread and then restarting it?

If no, then you need to explain what bounce is.

If yes, then if you're momentarily halting the thread, like pressing the pause button, then you could use Thread.Sleep()/Interrupt()/Join(), more on that here: http://msdn.microsoft.com/en-us/library/system.threading.thread_members.aspx[^]

If you mean pausing the application mid activity and then closing it and once the application is run again you would expect the system to pick up from where you left off, you'll need to save state and that would at the least require serialization.
GeneralRe: How do I bounce an old thread? Pin
J4amieC26-Jan-09 4:27
J4amieC26-Jan-09 4:27 
GeneralRe: How do I bounce an old thread? Pin
Mustafa Ismail Mustafa26-Jan-09 4:30
Mustafa Ismail Mustafa26-Jan-09 4:30 
QuestionProblem to if communicate with video capture device! Pin
Alex_xso26-Jan-09 3:27
Alex_xso26-Jan-09 3:27 
AnswerRe: Problem to if communicate with video capture device! Pin
Mustafa Ismail Mustafa26-Jan-09 3:57
Mustafa Ismail Mustafa26-Jan-09 3:57 
GeneralRe: Problem to if communicate with video capture device! Pin
Alex_xso26-Jan-09 5:02
Alex_xso26-Jan-09 5:02 
Questionclient/server problem [modified] Pin
staticv26-Jan-09 3:20
staticv26-Jan-09 3:20 
AnswerRe: client/server problem Pin
Mustafa Ismail Mustafa26-Jan-09 3:55
Mustafa Ismail Mustafa26-Jan-09 3:55 
GeneralRe: client/server problem Pin
staticv26-Jan-09 4:09
staticv26-Jan-09 4:09 
GeneralRe: client/server problem Pin
Mustafa Ismail Mustafa26-Jan-09 4:28
Mustafa Ismail Mustafa26-Jan-09 4:28 
GeneralRe: client/server problem [modified] Pin
staticv26-Jan-09 4:37
staticv26-Jan-09 4:37 
GeneralRe: client/server problem Pin
Mustafa Ismail Mustafa26-Jan-09 4:40
Mustafa Ismail Mustafa26-Jan-09 4:40 
GeneralRe: client/server problem Pin
staticv26-Jan-09 4:42
staticv26-Jan-09 4:42 
GeneralRe: client/server problem Pin
Mustafa Ismail Mustafa26-Jan-09 4:44
Mustafa Ismail Mustafa26-Jan-09 4:44 
GeneralRe: client/server problem Pin
staticv26-Jan-09 4:46
staticv26-Jan-09 4:46 
QuestionIn a service application, where do I add the functions that it should perform? Pin
anahita8726-Jan-09 1:24
anahita8726-Jan-09 1:24 
AnswerRe: In a service application, where do I add the functions that it should perform? Pin
musefan26-Jan-09 2:57
musefan26-Jan-09 2:57 
AnswerRe: In a service application, where do I add the functions that it should perform? Pin
#realJSOP26-Jan-09 4:57
professional#realJSOP26-Jan-09 4:57 

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.