ARockOnBone Posted October 5, 2012 Posted October 5, 2012 (edited) Hello guys, I'm learning autoIT, and I'm working a small client-server software that can do multi-tasks: copy the screen and send it over TCP, running a specific program (like teamview) when needed, ... I am done with code to have these things run, but I don't know how to make the program to listen to a specific code to perform a specific task. To be simple: At the client-side, I send a text "copy screen" through TCP to the server, but I don't know how to create a port to wait and get that text. Could anyone please help. Thanks in advance Edited October 5, 2012 by ARockOnBone
jdelaney Posted October 5, 2012 Posted October 5, 2012 Play around with the help file's examples for TCPSend and TCPRecv IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
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