Fossil Rock Posted May 23, 2006 Posted May 23, 2006 I need to figure out the best way to monitor (watch) a specific program from another computer. I don't want to display the entire computer via pcAnywhere type programs. I especially don't want any kind of control over the program. All it needs to be able to do is reporduce the video portion of the program. The program that needs to be watched is not important as I want this ability for several applications (purposes). Suggestions or links to get me going in the right direction would be terrific. Agreement is not necessary - thinking for one's self is!
jvanegmond Posted May 23, 2006 Posted May 23, 2006 "monitor (watch) a specific program from another computer" is kind of vague to me. (i hope that's how it's written). Please tell me more about what you are looking for. If you just want to receive and send basic information (in strings) that autoit can retreive from the program, you should probably use TCP (look in the helpfile), other then that.. I can't help you any more without knowing what you want. github.com/jvanegmond
Confuzzled Posted May 24, 2006 Posted May 24, 2006 I need to figure out the best way to monitor (watch) a specific program from another computer. I don't want to display the entire computer via pcAnywhere type programs. I especially don't want any kind of control over the program. All it needs to be able to do is reporduce the video portion of the program.The program that needs to be watched is not important as I want this ability for several applications (purposes). Suggestions or links to get me going in the right direction would be terrific. Are you talking about something like XP Remote Desktop, or do you just want the account number and password when somebody is doing their Internet banking?
Don N Posted May 24, 2006 Posted May 24, 2006 look at radmin, you can set this program up to view a remote computer only, with no control or anything. _____________________________________________________"some people live for the rules, I live for exceptions"Wallpaper Changer - Easily Change Your Windows Wallpaper
Fossil Rock Posted May 29, 2006 Author Posted May 29, 2006 I'm not interested in any kind of remote admin software. I would like to write an app that will, in essence, take screen shots of a single app (similiar to ALT-PRTSCN). and push those images to another computer via the internet. The reason I need it this way is I have a new employee (at a remote office) that I would like to 'monitor' a server app, but I don't want him seeing anything else on the server or having any type of remote control. This is meant for training until he's familiar with the app. I don't need any bells or whistles.... Agreement is not necessary - thinking for one's self is!
Fossil Rock Posted June 11, 2006 Author Posted June 11, 2006 I'm updating my request for help.... I've figured out that I don't need to send entire screenshots but rather just bits of code. All I'm looking for is a simple client/server routine to allow connection between 2 (possibly more) computers and send bits of data back and forth. Any suggestions? Thanks Agreement is not necessary - thinking for one's self is!
Paulie Posted June 11, 2006 Posted June 11, 2006 I'm updating my request for help.... I've figured out that I don't need to send entire screenshots but rather just bits of code.All I'm looking for is a simple client/server routine to allow connection between 2 (possibly more) computers and send bits of data back and forth.Any suggestions?ThanksLAN??
Fossil Rock Posted June 11, 2006 Author Posted June 11, 2006 WAN Agreement is not necessary - thinking for one's self is!
jvanegmond Posted June 14, 2006 Posted June 14, 2006 (edited) I hereby quote.. Myself! If you just want to receive and send basic information (in strings) that autoit can retreive from the program, you should probably use TCP (look in the helpfile), I should have told you that TCP is also good for sending binary (in fact everything eventually turns binary right..) Just look in the helpfile!! [edit] I must note that AutoIt is not the language to do this in, especially not when you have little scripting experience. Edited June 14, 2006 by Manadar github.com/jvanegmond
nfwu Posted June 14, 2006 Posted June 14, 2006 http://www.autoitscript.com/forum/index.ph...topic=20589&hl=THE starting point for your network scripting needs.#) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
billymccoy Posted June 18, 2006 Posted June 18, 2006 (edited) Go to www.winholdem.net/winpp and read about WinPP. The client-side application will "push" the desired window via LAN to the server-side application. Maybe it can help you. Edited June 18, 2006 by billymccoy
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now