Click here to Skip to main content
15,888,088 members
Home / Discussions / C#
   

C#

 
AnswerRe: Server.Transfer ...? Pin
Pete O'Hanlon31-Jul-12 2:54
mvePete O'Hanlon31-Jul-12 2:54 
AnswerRe: Server.Transfer ...? PinPopular
Dave Kreskowiak31-Jul-12 4:32
mveDave Kreskowiak31-Jul-12 4:32 
GeneralRe: Server.Transfer ...? Pin
Pete O'Hanlon31-Jul-12 5:01
mvePete O'Hanlon31-Jul-12 5:01 
GeneralRe: Server.Transfer ...? Pin
Paul Conrad31-Jul-12 12:20
professionalPaul Conrad31-Jul-12 12:20 
AnswerRe: Server.Transfer ...? Pin
Shameel1-Aug-12 0:14
professionalShameel1-Aug-12 0:14 
QuestionProblem with BeginReceive () Callback function Pin
tiwal30-Jul-12 23:00
tiwal30-Jul-12 23:00 
QuestionC# Monitoring Project Pin
stipy_terbang@yahoo.com30-Jul-12 22:47
stipy_terbang@yahoo.com30-Jul-12 22:47 
AnswerRe: C# Monitoring Project Pin
Wayne Gaylard30-Jul-12 23:10
professionalWayne Gaylard30-Jul-12 23:10 
You are going to have to start by first finding out how the computer is going to know the state of the machine. Does the machine have any ports that can connect to a computer ? If so, what type - USB, Serial or Parallel ? Once you know this, you will have to research what message the machine sends to let you know it's state. Then it is merely a case of monitoring the machine, waiting for the specific messages, and making sure your application reacts accordingly. I will leave it up to you to google for c# traffic light control and code.

Without further information, it is unlikely you will get more specific help than this, I am afraid.
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman

AnswerRe: C# Monitoring Project Pin
Pete O'Hanlon30-Jul-12 23:16
mvePete O'Hanlon30-Jul-12 23:16 
AnswerRe: C# Monitoring Project Pin
OriginalGriff31-Jul-12 22:27
mveOriginalGriff31-Jul-12 22:27 
GeneralClickEventHandler fireing twice !! [SOLVED] Pin
Riadh1s30-Jul-12 22:14
Riadh1s30-Jul-12 22:14 
AnswerRe: ClickEventHandler fireing twice !! Pin
Pete O'Hanlon30-Jul-12 22:25
mvePete O'Hanlon30-Jul-12 22:25 
GeneralRe: ClickEventHandler fireing twice !! Pin
Riadh1s30-Jul-12 22:42
Riadh1s30-Jul-12 22:42 
GeneralRe: ClickEventHandler fireing twice !! Pin
Pete O'Hanlon30-Jul-12 23:00
mvePete O'Hanlon30-Jul-12 23:00 
GeneralRe: ClickEventHandler fireing twice !! Pin
Riadh1s30-Jul-12 23:24
Riadh1s30-Jul-12 23:24 
GeneralRe: ClickEventHandler fireing twice !! Pin
Pete O'Hanlon31-Jul-12 0:03
mvePete O'Hanlon31-Jul-12 0:03 
GeneralRe: ClickEventHandler fireing twice !! Pin
Riadh1s31-Jul-12 0:24
Riadh1s31-Jul-12 0:24 
GeneralRe: ClickEventHandler fireing twice !! Pin
Pete O'Hanlon31-Jul-12 0:28
mvePete O'Hanlon31-Jul-12 0:28 
Questionhow to clear memory Pin
Ronenb30-Jul-12 21:52
Ronenb30-Jul-12 21:52 
AnswerRe: how to clear memory Pin
Eddy Vluggen30-Jul-12 23:40
professionalEddy Vluggen30-Jul-12 23:40 
GeneralRe: how to clear memory Pin
Ronenb30-Jul-12 23:45
Ronenb30-Jul-12 23:45 
AnswerRe: how to clear memory Pin
Eddy Vluggen31-Jul-12 0:10
professionalEddy Vluggen31-Jul-12 0:10 
GeneralRe: how to clear memory Pin
Ronenb31-Jul-12 3:02
Ronenb31-Jul-12 3:02 
AnswerRe: how to clear memory Pin
Eddy Vluggen31-Jul-12 3:12
professionalEddy Vluggen31-Jul-12 3:12 
GeneralRe: how to clear memory Pin
Pete O'Hanlon31-Jul-12 3:13
mvePete O'Hanlon31-Jul-12 3: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.