Click here to Skip to main content
15,896,312 members
Home / Discussions / C#
   

C#

 
QuestionAccessing browsers with C# app Pin
Vodstok4-Apr-07 11:41
Vodstok4-Apr-07 11:41 
QuestionGenerate Barcode Pin
Neo_Shehpar4-Apr-07 10:37
Neo_Shehpar4-Apr-07 10:37 
AnswerRe: Generate Barcode Pin
Christian Graus4-Apr-07 11:01
protectorChristian Graus4-Apr-07 11:01 
AnswerRe: Generate Barcode Pin
kubben4-Apr-07 11:16
kubben4-Apr-07 11:16 
GeneralRe: Generate Barcode Pin
__DanC__4-Apr-07 21:51
__DanC__4-Apr-07 21:51 
GeneralRe: Generate Barcode (Barcode -39) Pin
Neo_Shehpar5-Apr-07 6:11
Neo_Shehpar5-Apr-07 6:11 
GeneralRe: Generate Barcode (Barcode -39) Pin
kubben5-Apr-07 6:13
kubben5-Apr-07 6:13 
QuestionA single background thread Pin
gantww4-Apr-07 10:30
gantww4-Apr-07 10:30 
Hello all,
I'm writing a windows service that has a few interesting requirements.

1) The service needs to communicate with a client application via remoting. The service can thus not have blocking operations running on its main thread, as that will keep the UI from being able to do what it needs to do.
2) The process that runs on the background thread will be long-running, and needs to use a specific known port. Therefore, only one background process can be occurring at any one time. Subsequent calls need to either queue or throw an error to the client.
3) I need an easy way to terminate the background process from the foreground one.

How would you guys recommend implementing this from a windows service? Is there an easy way to do it?
AnswerRe: A single background thread Pin
led mike4-Apr-07 11:24
led mike4-Apr-07 11:24 
GeneralRe: A single background thread Pin
gantww4-Apr-07 11:29
gantww4-Apr-07 11:29 
GeneralRe: A single background thread Pin
led mike4-Apr-07 17:50
led mike4-Apr-07 17:50 
Questionbouncing ball Pin
netJP12L4-Apr-07 10:00
netJP12L4-Apr-07 10:00 
AnswerRe: bouncing ball Pin
Christian Graus4-Apr-07 10:12
protectorChristian Graus4-Apr-07 10:12 
Questionproblem with Clipboard GetDataPresent Pin
aztekka4-Apr-07 9:59
aztekka4-Apr-07 9:59 
QuestionCattle Pen Pin
rhoshan4-Apr-07 8:31
rhoshan4-Apr-07 8:31 
AnswerRe: Cattle Pen Pin
Colin Angus Mackay4-Apr-07 9:12
Colin Angus Mackay4-Apr-07 9:12 
JokeRe: Cattle Pen Pin
Not Active4-Apr-07 9:23
mentorNot Active4-Apr-07 9:23 
GeneralRe: Cattle Pen Pin
Colin Angus Mackay4-Apr-07 9:32
Colin Angus Mackay4-Apr-07 9:32 
GeneralRe: Cattle Pen Pin
Paul Conrad4-Apr-07 10:11
professionalPaul Conrad4-Apr-07 10:11 
GeneralRe: Cattle Pen Pin
Dan Neely4-Apr-07 10:39
Dan Neely4-Apr-07 10:39 
GeneralRe: Cattle Pen Pin
led mike4-Apr-07 17:52
led mike4-Apr-07 17:52 
AnswerRe: Cattle Pen Pin
Pete O'Hanlon4-Apr-07 9:31
mvePete O'Hanlon4-Apr-07 9:31 
JokeRe: Cattle Pen Pin
Aaron VanWieren4-Apr-07 13:10
Aaron VanWieren4-Apr-07 13:10 
QuestionOCR in C#? Pin
nandya4-Apr-07 8:14
nandya4-Apr-07 8:14 
AnswerRe: OCR in C#? Pin
Christian Graus4-Apr-07 10:13
protectorChristian Graus4-Apr-07 10:13 

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.