how shall i design Remote Administrtion application
-
hello all, how shall i design the Remote Administration Application in VisualBasic. ComputerNewton
-
hello all, how shall i design the Remote Administration Application in VisualBasic. ComputerNewton
Define "Remote Administration". What do you want this to do? And in VB6 or VB.NET? RageInTheMachine9532
-
Define "Remote Administration". What do you want this to do? And in VB6 or VB.NET? RageInTheMachine9532
i mean i would like design an application such that i can get full control of it from another system. such that i can open any file or shutdown. just check www.radmin.com i am planning to develope the application like this . ComputerNewton
-
i mean i would like design an application such that i can get full control of it from another system. such that i can open any file or shutdown. just check www.radmin.com i am planning to develope the application like this . ComputerNewton
Why? It's already been done and won't take you at least 6 months to write it if you go buy PCAnywhere or something equivelent. Microsoft has their's, called RemoteDesktop... You'll be writing 2 seperate apps to do this. The server will run on the machine you want to control, while the client will run locally. You'll be P/Invoking ALOT of Windows API functions on the server to get the screen image, follow the mouse and keyboard events, and post new keyboard and mouse events coming from the client. This kind of project will take an average of 6 months to develop. How much do you get paid in 6 months? Compare that to the off-the-shelf cost of PCAnywhere... RageInTheMachine9532