R
Roe
What is the best way using C# .NET 1.1 to have two (or more)
applications perform a "synchronized" scrolling? These applications
will all be C# .NET and will be on the same machine. The effect I need
to create is if one program enables this "sync" feature, other
instances of this application will scroll in sync while the base one's
scroll bar is moved. Is remoting the best way to do this? Or is there
another way? I'm just concerned about the amout of messages that occur
on a scroll event.
Thanks in advance.
applications perform a "synchronized" scrolling? These applications
will all be C# .NET and will be on the same machine. The effect I need
to create is if one program enables this "sync" feature, other
instances of this application will scroll in sync while the base one's
scroll bar is moved. Is remoting the best way to do this? Or is there
another way? I'm just concerned about the amout of messages that occur
on a scroll event.
Thanks in advance.