Jump to content

Recommended Posts

Posted (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 by SlimShady
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...