How do I update a WinForm control via Remoting? Note that this
control is running within the WinForm application which is the
Remoting host. The Remoting client will be a VBA based application
and I'll be using COM-to-.Net interop (the interop part I have down).
I've been able to a lot of different thing with remoting but can't
find how I would update the control.
Thanks,
Paul
paulgyro@gmail.com - 01 Jul 2007 21:57 GMT
Well after much trial and error (aka a lot of pain I figured this
out). I never found an article that would demonstrate what I wanted
to do. After getting it to work I looked around some more with some
specific Remoting calls and found an article that does demonstrate how
to do this. Why did I only find this after the fact?!!?
Here it is if anyone is interested.
http://www.codeproject.com/csharp/remotinggui.asp
Paul