chenxu Posted August 19, 2007 Posted August 19, 2007 I am going to create 2 macros, one daemon running without GUI called server next, another one running as a client with GUI. the client provides some features to check the server's status and display on its GUI to my users. The server is running busy doing something. I considered to use UDP or TCP to do this, but, the server does not stop doing its own job to listen some socket connection, so this method seems does not satisfies me. How can I do? Thanks very much
Zedna Posted August 19, 2007 Posted August 19, 2007 (edited) Search forum for WM_COPYDATASome links here:http://www.autoitscript.com/forum/index.ph...c=22598&hl=http://www.autoitscript.com/forum/index.ph...st&p=389386 Edited August 19, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
chenxu Posted August 20, 2007 Author Posted August 20, 2007 Search forum for WM_COPYDATASome links here:http://www.autoitscript.com/forum/index.ph...c=22598&hl=http://www.autoitscript.com/forum/index.ph...st&p=389386thanks a lot, this is helping
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