Click here to Skip to main content
15,912,578 members
Home / Discussions / C#
   

C#

 
GeneralRe: Updating UI/Dataset from serialport Pin
Ed.Poore14-Feb-07 0:23
Ed.Poore14-Feb-07 0:23 
GeneralRe: Updating UI/Dataset from serialport [modified] Pin
TheTinSoldier14-Feb-07 8:47
TheTinSoldier14-Feb-07 8:47 
GeneralRe: Updating UI/Dataset from serialport Pin
Ed.Poore14-Feb-07 9:25
Ed.Poore14-Feb-07 9:25 
GeneralRe: Updating UI/Dataset from serialport Pin
TheTinSoldier14-Feb-07 9:46
TheTinSoldier14-Feb-07 9:46 
GeneralRe: Updating UI/Dataset from serialport Pin
Ed.Poore14-Feb-07 9:49
Ed.Poore14-Feb-07 9:49 
GeneralRe: Updating UI/Dataset from serialport Pin
TheTinSoldier14-Feb-07 11:43
TheTinSoldier14-Feb-07 11:43 
GeneralRe: Updating UI/Dataset from serialport Pin
Ed.Poore14-Feb-07 11:48
Ed.Poore14-Feb-07 11:48 
GeneralRe: Updating UI/Dataset from serialport Pin
TheTinSoldier14-Feb-07 12:42
TheTinSoldier14-Feb-07 12:42 
Dang, didn't work. Does the block:

// Invoke delegate normally<br />
singleCastDelegate.DynamicInvoke(arguments);


Mean that it's not cross threaded?

Curiously though, after I use your class then click on the button to change the value (just to see if it still works) it doesn't update the value in the label anymore...

P.S I had to put a check in your code as I was getting an error

if (arguments != null) <- here<br />
{<br />
      if (requiredParameters != arguments.Length)<br />
      ....<br />
}

GeneralRe: Updating UI/Dataset from serialport Pin
Ed.Poore14-Feb-07 12:55
Ed.Poore14-Feb-07 12:55 
GeneralRe: Updating UI/Dataset from serialport Pin
TheTinSoldier14-Feb-07 13:30
TheTinSoldier14-Feb-07 13:30 
GeneralRe: Updating UI/Dataset from serialport Pin
Ed.Poore14-Feb-07 13:41
Ed.Poore14-Feb-07 13:41 
GeneralRe: Updating UI/Dataset from serialport Pin
Ed.Poore14-Feb-07 13:17
Ed.Poore14-Feb-07 13:17 
GeneralRe: Updating UI/Dataset from serialport Pin
TheTinSoldier14-Feb-07 13:46
TheTinSoldier14-Feb-07 13:46 
GeneralRe: Updating UI/Dataset from serialport Pin
Ed.Poore14-Feb-07 15:14
Ed.Poore14-Feb-07 15:14 
GeneralRe: Updating UI/Dataset from serialport Pin
TheTinSoldier15-Feb-07 12:42
TheTinSoldier15-Feb-07 12:42 
GeneralRe: Updating UI/Dataset from serialport Pin
Ed.Poore15-Feb-07 14:47
Ed.Poore15-Feb-07 14:47 
GeneralRe: Updating UI/Dataset from serialport Pin
TheTinSoldier17-Feb-07 22:36
TheTinSoldier17-Feb-07 22:36 
GeneralRe: Updating UI/Dataset from serialport Pin
Ed.Poore18-Feb-07 5:22
Ed.Poore18-Feb-07 5:22 
QuestionI am not sure what it is called but I need help with it. [modified] Pin
Khoramdin13-Feb-07 12:18
Khoramdin13-Feb-07 12:18 
AnswerRe: I am not sure what it is called but I need help with it. Pin
Guffa13-Feb-07 12:32
Guffa13-Feb-07 12:32 
AnswerIts called a splash screen Pin
Ennis Ray Lynch, Jr.13-Feb-07 12:36
Ennis Ray Lynch, Jr.13-Feb-07 12:36 
Questionif i model robot arm in 3d max than can i...? Pin
Mir_As13-Feb-07 11:37
Mir_As13-Feb-07 11:37 
QuestionCustom Compiler Warnings Pin
Ennis Ray Lynch, Jr.13-Feb-07 11:22
Ennis Ray Lynch, Jr.13-Feb-07 11:22 
AnswerRe: Custom Compiler Warnings Pin
Ed.Poore13-Feb-07 13:22
Ed.Poore13-Feb-07 13:22 
GeneralYa see my problem! Pin
Ennis Ray Lynch, Jr.13-Feb-07 14:23
Ennis Ray Lynch, Jr.13-Feb-07 14:23 

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.