Click here to Skip to main content
15,909,445 members
Home / Discussions / C#
   

C#

 
QuestionSaving text? Pin
alostdruid16-Feb-07 9:16
alostdruid16-Feb-07 9:16 
AnswerRe: Saving text? Pin
MoustafaS16-Feb-07 10:27
MoustafaS16-Feb-07 10:27 
GeneralRe: Saving text? Pin
alostdruid16-Feb-07 11:51
alostdruid16-Feb-07 11:51 
GeneralRe: Saving text? Pin
MoustafaS16-Feb-07 12:09
MoustafaS16-Feb-07 12:09 
QuestionDataGridView - Adding new row Pin
Aleksandar Smudja16-Feb-07 9:11
Aleksandar Smudja16-Feb-07 9:11 
AnswerRe: DataGridView - Adding new row Pin
MoustafaS16-Feb-07 10:33
MoustafaS16-Feb-07 10:33 
GeneralRe: DataGridView - Adding new row Pin
Aleksandar Smudja16-Feb-07 11:17
Aleksandar Smudja16-Feb-07 11:17 
QuestionChild MDI problem with Events [modified] Pin
ross.anderson16-Feb-07 9:07
ross.anderson16-Feb-07 9:07 
I am currently trying to build a serial monitoring program.
I am planning on using several ChildMDI forms to hold data grids with decoded serial data. I built an event driven serial driver, and when a packet is received, an event is fired. From that eventhandler, I am trying to call methods within the ChildMDI forms to update their data. When the event fires, everything is executed, except the calls to the ChildMDI forms. Its as if the calls are never made (I have tried one of the methods I wrote, and just using .Close() to no avail). I have verified the methods work by inserting a test button and have gotten the Child forms to respond to that. Is this something that just won't work, or do I need to configure it in a special way?

Thanks!


-- modified at 15:15 Friday 16th February, 2007
QuestionStringBuilder vs. String Pin
yesufollower16-Feb-07 6:12
yesufollower16-Feb-07 6:12 
AnswerRe: StringBuilder vs. String Pin
Thomas Stockwell16-Feb-07 6:16
professionalThomas Stockwell16-Feb-07 6:16 
AnswerRe: StringBuilder vs. String Pin
tgrt16-Feb-07 7:05
tgrt16-Feb-07 7:05 
AnswerRe: StringBuilder vs. String Pin
Marcus J. Smith16-Feb-07 8:27
professionalMarcus J. Smith16-Feb-07 8:27 
AnswerRe: StringBuilder vs. String Pin
Luc Pattyn16-Feb-07 9:39
sitebuilderLuc Pattyn16-Feb-07 9:39 
AnswerRe: StringBuilder vs. String Pin
Vega0216-Feb-07 20:54
Vega0216-Feb-07 20:54 
QuestionCompressing a jpg file Pin
GazzaJ16-Feb-07 4:05
GazzaJ16-Feb-07 4:05 
AnswerRe: Compressing a jpg file Pin
Russell Jones16-Feb-07 4:58
Russell Jones16-Feb-07 4:58 
GeneralRe: Compressing a jpg file Pin
GazzaJ19-Feb-07 1:41
GazzaJ19-Feb-07 1:41 
QuestionWindows Forms and XML Pin
parth_00716-Feb-07 3:25
parth_00716-Feb-07 3:25 
AnswerRe: Windows Forms and XML Pin
Colin Angus Mackay16-Feb-07 3:50
Colin Angus Mackay16-Feb-07 3:50 
GeneralRe: Windows Forms and XML Pin
parth_00716-Feb-07 4:16
parth_00716-Feb-07 4:16 
AnswerRe: Windows Forms and XML Pin
Pete O'Hanlon16-Feb-07 4:37
mvePete O'Hanlon16-Feb-07 4:37 
GeneralRe: Windows Forms and XML Pin
parth_00716-Feb-07 5:36
parth_00716-Feb-07 5:36 
GeneralRe: Windows Forms and XML Pin
Pete O'Hanlon16-Feb-07 9:57
mvePete O'Hanlon16-Feb-07 9:57 
GeneralRe: Windows Forms and XML Pin
parth_00716-Feb-07 10:00
parth_00716-Feb-07 10:00 
GeneralRe: Windows Forms and XML Pin
Pete O'Hanlon16-Feb-07 10:07
mvePete O'Hanlon16-Feb-07 10:07 

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.