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

C#

 
GeneralRe: Updating UI/Dataset from serialport Pin
Ed.Poore13-Feb-07 22:53
Ed.Poore13-Feb-07 22:53 
GeneralRe: Updating UI/Dataset from serialport Pin
TheTinSoldier13-Feb-07 23:54
TheTinSoldier13-Feb-07 23:54 
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 
I have an error when I compile. This is the code I updated:

<br />
        private void _sp_DataReceived(object sender, SerialDataReceivedEventArgs e)<br />
        {<br />
            // run this method when the event fires<br />
            InvocationHelper.Invoke(this.ChangeValue);<br />
        }


Argument '1': cannot convert from 'method group' to 'System.Delegate'

P.S If you prefer to have a fiddle yourself I can send you the source. Thanks for being so helpful.
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 
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 

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.