SlimShady Posted December 5, 2004 Posted December 5, 2004 (edited) I have an application that I want to resize using AutoIt. After resizing the window I want to refesh/repaint the window. Here come the questions: - How do I send a WM_COMMAND using AutoIt? - Is there a specific repaint function/message? Can AutoIt send such a message? - Can someone tell me what the difference is between GUISendMsg and GUIRecvMsg? Edited December 5, 2004 by SlimShady
ezzetabi Posted December 5, 2004 Posted December 5, 2004 IFAIK... GUISendMsg SENDS a special command to a control, it depends by the control API. GUIRecvMsg RETURNS LPwParam, LPlParam or a RECT struct after API commands.
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