Hi
First I'm a noob at programming
I'm trying to modify the sample plugin and do a test of the JRMC handler event.
I got my development systtem set up with jrmc17, homeseer pro, and visual studio 2003.net
I'm able to modify the plugin and i followed a few examples but for some reason I can't get past a declaration error for BeginInvoke. Is it supported in vb2k3.net?
Can anyone help it keeps telling me that the name BeginInvoke has not been declared so the build fails.
Or did anyone get the jrmc events to fire homeseer events from a plugin and perhaps an example code!
I would much appreciate any help as i have been pulling my hair out over the last couple of days.
Right now I'm using EventGhost to fire track change, playstate, and volume change events in homeseer but want to turn it into a plugin instead of relying on other software...
Thanks
First I'm a noob at programming
I'm trying to modify the sample plugin and do a test of the JRMC handler event.
I got my development systtem set up with jrmc17, homeseer pro, and visual studio 2003.net
I'm able to modify the plugin and i followed a few examples but for some reason I can't get past a declaration error for BeginInvoke. Is it supported in vb2k3.net?
Can anyone help it keeps telling me that the name BeginInvoke has not been declared so the build fails.
Or did anyone get the jrmc events to fire homeseer events from a plugin and perhaps an example code!
I would much appreciate any help as i have been pulling my hair out over the last couple of days.
Right now I'm using EventGhost to fire track change, playstate, and volume change events in homeseer but want to turn it into a plugin instead of relying on other software...
Thanks
Comment