How do I update a WinForm control via Remoting?

P

paulgyro

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
 
P

paulgyro

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top