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

C#

 
QuestionWindows Service in background Pin
dannygilbert328-Feb-07 7:36
dannygilbert328-Feb-07 7:36 
AnswerRe: Windows Service in background Pin
kryzchek28-Feb-07 10:05
kryzchek28-Feb-07 10:05 
QuestionThread question Pin
teejayem28-Feb-07 7:29
teejayem28-Feb-07 7:29 
AnswerRe: Thread question Pin
CPallini28-Feb-07 9:44
mveCPallini28-Feb-07 9:44 
GeneralRe: Thread question Pin
teejayem28-Feb-07 10:43
teejayem28-Feb-07 10:43 
GeneralRe: Thread question Pin
CPallini28-Feb-07 11:18
mveCPallini28-Feb-07 11:18 
GeneralRe: Thread question Pin
pbraun4-Mar-07 4:24
pbraun4-Mar-07 4:24 
GeneralRe: Thread question Pin
teejayem5-Mar-07 12:35
teejayem5-Mar-07 12:35 
what the thread does is prints documents to a printer. Reason why i have it in a thread is it builds the record to print. If i did this on the main thread it would lock up the GUI for about 10/20 seconeds which is would make the user think that the program is locking up. What i did as a work around is create 3 flags in the thread. Every 1 seconed it will loop and check for those flags and if one is true it will do the function that corresponds to that flag. It does work fine but i don't think it is the right approach.

Thanks for the reply,


Don't be overcome by evil, but overcome evil with good

AnswerRe: Thread question Pin
pbraun5-Mar-07 13:41
pbraun5-Mar-07 13:41 
QuestionMP3 in memorystream Pin
neurobion28-Feb-07 6:38
neurobion28-Feb-07 6:38 
QuestionSimple program for USB joystick [modified] Pin
quwip1028-Feb-07 6:37
quwip1028-Feb-07 6:37 
AnswerRe: Simple program for USB joystick Pin
Wayne Phipps28-Feb-07 8:43
Wayne Phipps28-Feb-07 8:43 
GeneralRe: Simple program for USB joystick Pin
quwip101-Mar-07 6:07
quwip101-Mar-07 6:07 
AnswerRe: Simple program for USB joystick Pin
Dave Kreskowiak1-Mar-07 2:24
mveDave Kreskowiak1-Mar-07 2:24 
Questionreturn generic collection from webservice Pin
arkiboys28-Feb-07 6:01
arkiboys28-Feb-07 6:01 
AnswerRe: return generic collection from webservice Pin
kubben28-Feb-07 6:06
kubben28-Feb-07 6:06 
GeneralRe: return generic collection from webservice Pin
arkiboys28-Feb-07 6:23
arkiboys28-Feb-07 6:23 
GeneralRe: return generic collection from webservice Pin
kubben28-Feb-07 6:25
kubben28-Feb-07 6:25 
GeneralRe: return generic collection from webservice Pin
arkiboys28-Feb-07 6:27
arkiboys28-Feb-07 6:27 
GeneralRe: return generic collection from webservice Pin
kubben28-Feb-07 6:30
kubben28-Feb-07 6:30 
GeneralRe: return generic collection from webservice Pin
arkiboys28-Feb-07 6:32
arkiboys28-Feb-07 6:32 
GeneralRe: return generic collection from webservice Pin
kubben28-Feb-07 6:35
kubben28-Feb-07 6:35 
GeneralRe: return generic collection from webservice Pin
arkiboys28-Feb-07 6:38
arkiboys28-Feb-07 6:38 
GeneralRe: return generic collection from webservice Pin
kubben28-Feb-07 6:42
kubben28-Feb-07 6:42 
GeneralRe: return generic collection from webservice Pin
arkiboys28-Feb-07 6:44
arkiboys28-Feb-07 6:44 

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.