Passing parmitors

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts Page 1 of 1
Contributors
User avatar
muttley1968
Hardcore Programmer
Hardcore Programmer
Posts: 622
Joined: Thu Jun 17, 2010 11:54 pm

Passing parmitors
muttley1968
hello i have a cmd applications hosted on a server that is conected locally to my computer and i want to know
is it possible to make a program that can run on any computer conected to that server and pass info from that
computer to the server so for example


_____________________________
| |
| |
| |
| |
| so i type hello here |
| |
| |
| |
| |
| |
| |
_____________________________

it then goes through the network to the server room
were a terminal is running and enters this


_____________________________
| |
| |
| |
| |
| hello here |
| |
| |
| |
| |
| |
| |
_____________________________

i know all the paths and process names
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Passing parmitors
mandai
There are a few ways to remotely control/view the console window. You could make a server program to send keys to the window and send screenshots to the clients. The server program would need to run on the same machine as the console.
User avatar
visualtech
VIP - Donator
VIP - Donator
Posts: 265
Joined: Sat Nov 19, 2011 2:19 pm

Re: Passing parmitors
visualtech
use UDP
look here for more details:
http://www.codeproject.com/Articles/106 ... nts-for-NE
Image
3 posts Page 1 of 1
Return to “Coding Help & Support”