I work in a media manufacturing office and our work requires using KVM switches to remotely control many towers from one screen. We opted for KVMs because our supervisor didn't like using remote desktop connection shortcuts on the desktop. However we have a dozen systems and KVMs currently require 3 monitors to control all the towers.
I am writing a custom app for other things I'm trying to consolidate back here and I would like to add a RDC feature to my application. I have spent all day reading articles & the Databank but I have not found a single up to date usable solution I can get working for connecting to a remote computer on the same network.
I would like the user to enter the computer/server name, domain/username, password into specified fields and click connect. The form will have a big viewing area of some sort in which the remote computer screen will be controllable. It must be interactive and not just viewable. Once I get this working I will add some pagination to swap between connections.
Any guidance or solutions will be extremely helpful. I'm using VB.NET VS2010
I've tried an old article sample using MS Service Terminal but I couldn't get it off the ground. Thanks Guys
![Name: viewer.png
Views: 46
Size: 32.2 KB]()
I am writing a custom app for other things I'm trying to consolidate back here and I would like to add a RDC feature to my application. I have spent all day reading articles & the Databank but I have not found a single up to date usable solution I can get working for connecting to a remote computer on the same network.
I would like the user to enter the computer/server name, domain/username, password into specified fields and click connect. The form will have a big viewing area of some sort in which the remote computer screen will be controllable. It must be interactive and not just viewable. Once I get this working I will add some pagination to swap between connections.
Any guidance or solutions will be extremely helpful. I'm using VB.NET VS2010
I've tried an old article sample using MS Service Terminal but I couldn't get it off the ground. Thanks Guys