Click here to Skip to main content
15,903,856 members
Home / Discussions / C#
   

C#

 
GeneralRe: days of week Pin
Richard MacCutchan23-Apr-10 21:31
mveRichard MacCutchan23-Apr-10 21:31 
Questionsystem language Pin
Member 59031022-Apr-10 19:04
Member 59031022-Apr-10 19:04 
AnswerRe: system language Pin
PIEBALDconsult22-Apr-10 19:11
mvePIEBALDconsult22-Apr-10 19:11 
AnswerRe: system language Pin
Ice_Freez0522-Apr-10 19:17
Ice_Freez0522-Apr-10 19:17 
GeneralRe: system language Pin
Member 59031022-Apr-10 19:40
Member 59031022-Apr-10 19:40 
GeneralRe: system language Pin
Eddy Vluggen22-Apr-10 22:17
professionalEddy Vluggen22-Apr-10 22:17 
AnswerRe: system language Pin
Michel Godfroid22-Apr-10 20:41
Michel Godfroid22-Apr-10 20:41 
QuestionClosing a form issue Pin
mprice21422-Apr-10 16:44
mprice21422-Apr-10 16:44 
Hi all,

I have a form that when loaded begins to write to a serial port. On closing the form, the serial port is closed. When I click the "X" button to close the form, the form stays open, but the data from the serial port discontinues. However, to get the form to actually close, it will not do so until I right click the form's pane in the taskbar. Not sure why this would be happening....
private void frmMain_FormClosing(object sender, FormClosingEventArgs e)
       {
           if (_serialPort.IsOpen) _serialPort.Close();

       }

AnswerRe: Closing a form issue Pin
PIEBALDconsult22-Apr-10 17:05
mvePIEBALDconsult22-Apr-10 17:05 
AnswerRe: Closing a form issue Pin
Abhinav S22-Apr-10 18:30
Abhinav S22-Apr-10 18:30 
QuestionHow to execute the button1_Click event in the other button's Click event or textBox1_TextChanged? Pin
mctramp16822-Apr-10 15:05
mctramp16822-Apr-10 15:05 
AnswerRe: How to execute the button1_Click event in the other button's Click event or textBox1_TextChanged? Pin
Luc Pattyn22-Apr-10 15:17
sitebuilderLuc Pattyn22-Apr-10 15:17 
GeneralRe: How to execute the button1_Click event in the other button's Click event or textBox1_TextChanged? Pin
yu-jian22-Apr-10 15:46
yu-jian22-Apr-10 15:46 
GeneralRe: How to execute the button1_Click event in the other button's Click event or textBox1_TextChanged? Pin
Dave Kreskowiak23-Apr-10 3:40
mveDave Kreskowiak23-Apr-10 3:40 
QuestionHow can artificial intelligence response? Pin
nEar_mO22-Apr-10 14:35
nEar_mO22-Apr-10 14:35 
AnswerRe: How can artificial intelligence response? Pin
Luc Pattyn22-Apr-10 15:20
sitebuilderLuc Pattyn22-Apr-10 15:20 
AnswerRe: How can artificial intelligence response? Pin
PIEBALDconsult22-Apr-10 16:27
mvePIEBALDconsult22-Apr-10 16:27 
GeneralRe: How can artificial intelligence response? Pin
Abhinav S22-Apr-10 16:32
Abhinav S22-Apr-10 16:32 
GeneralRe: How can artificial intelligence response? Pin
PIEBALDconsult22-Apr-10 17:05
mvePIEBALDconsult22-Apr-10 17:05 
GeneralRe: How can artificial intelligence response? Pin
OriginalGriff22-Apr-10 21:34
mveOriginalGriff22-Apr-10 21:34 
AnswerRe: How can artificial intelligence response? Pin
Stephen Hewitt22-Apr-10 22:14
Stephen Hewitt22-Apr-10 22:14 
AnswerRe: How can artificial intelligence response? Pin
Pete O'Hanlon22-Apr-10 23:11
mvePete O'Hanlon22-Apr-10 23:11 
GeneralRe: How can artificial intelligence response? Pin
Luc Pattyn22-Apr-10 23:52
sitebuilderLuc Pattyn22-Apr-10 23:52 
AnswerRe: How can artificial intelligence response? Pin
riced23-Apr-10 2:43
riced23-Apr-10 2:43 
QuestionFlight Inquiry Application Pin
Jassim Rahma22-Apr-10 13:28
Jassim Rahma22-Apr-10 13:28 

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.