SlimShady 1 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 Share this post Link to post Share on other sites
ezzetabi 3 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. Share this post Link to post Share on other sites