Click here to Skip to main content
15,915,764 members
Home / Discussions / C#
   

C#

 
GeneralRe: Working with multiple forms Pin
bwood202014-May-09 9:49
bwood202014-May-09 9:49 
GeneralRe: Working with multiple forms Pin
Henry Minute14-May-09 10:46
Henry Minute14-May-09 10:46 
GeneralRe: Working with multiple forms Pin
DaveyM6912-May-09 8:09
professionalDaveyM6912-May-09 8:09 
QuestionI can't get latest value by ref parameter. WHY? [modified] Pin
codeadair12-May-09 5:26
codeadair12-May-09 5:26 
AnswerRe: I can't get latest value by ref parameter. WHY? Pin
Henry Minute12-May-09 5:39
Henry Minute12-May-09 5:39 
GeneralRe: I can't get latest value by ref parameter. WHY? Pin
codeadair12-May-09 14:57
codeadair12-May-09 14:57 
QuestionSeveral event handlers, one handler function, how to know which event handler has been used?? Pin
blackhattrick12-May-09 5:23
blackhattrick12-May-09 5:23 
AnswerRe: Several event handlers, one handler function, how to know which event handler has been used?? Pin
DaveyM6912-May-09 5:29
professionalDaveyM6912-May-09 5:29 
You've looked at the e parameter - now try the other one!

The clue is in the name 'sender'. Cast it to a SerialPort from object and you now have the object that raised the event.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

AnswerRe: Several event handlers, one handler function, how to know which event handler has been used?? Pin
Samer Aburabie12-May-09 5:32
Samer Aburabie12-May-09 5:32 
AnswerRe: Several event handlers, one handler function, how to know which event handler has been used?? Pin
OriginalGriff12-May-09 5:34
mveOriginalGriff12-May-09 5:34 
AnswerRe: Several event handlers, one handler function, how to know which event handler has been used?? Pin
blackhattrick12-May-09 5:53
blackhattrick12-May-09 5:53 
GeneralRe: Several event handlers, one handler function, how to know which event handler has been used?? Pin
riced12-May-09 7:43
riced12-May-09 7:43 
GeneralRe: Several event handlers, one handler function, how to know which event handler has been used?? Pin
blackhattrick12-May-09 15:24
blackhattrick12-May-09 15:24 
QuestionProgramatically download file (script problem) Pin
Niemand2512-May-09 5:13
professionalNiemand2512-May-09 5:13 
QuestionHELP with assignment Pin
sofi7912-May-09 5:00
sofi7912-May-09 5:00 
AnswerRe: HELP with assignment Pin
EliottA12-May-09 5:09
EliottA12-May-09 5:09 
AnswerRe: HELP with assignment Pin
sofi7912-May-09 5:14
sofi7912-May-09 5:14 
GeneralRe: HELP with assignment Pin
DaveyM6912-May-09 5:20
professionalDaveyM6912-May-09 5:20 
GeneralRe: HELP with assignment Pin
PIEBALDconsult12-May-09 5:25
mvePIEBALDconsult12-May-09 5:25 
GeneralRe: HELP with assignment Pin
Dan Neely12-May-09 6:00
Dan Neely12-May-09 6:00 
GeneralRe: HELP with assignment Pin
PIEBALDconsult12-May-09 7:03
mvePIEBALDconsult12-May-09 7:03 
GeneralRe: HELP with assignment Pin
Dan Neely12-May-09 7:08
Dan Neely12-May-09 7:08 
GeneralRe: HELP with assignment Pin
PIEBALDconsult12-May-09 7:14
mvePIEBALDconsult12-May-09 7:14 
GeneralRe: HELP with assignment Pin
Dan Neely12-May-09 8:27
Dan Neely12-May-09 8:27 
GeneralRe: HELP with assignment Pin
PIEBALDconsult12-May-09 9:49
mvePIEBALDconsult12-May-09 9:49 

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.