Jump to content

Simplest example of using postmessage to click a button with AutoitX?


 Share

Recommended Posts

I am trying to find a simple starting point for using postmessage (in JScript but VBscript is ok), for example to click a button in windows Calculator.

Is this possible, can anyone provide an example?!

Thanks,

Alex

------------

PS I think it will go like this, but when I try it I get 'Object doesn't support this property or method'.

var shell = new ActiveXObject("WScript.shell");

oAutoIt = new ActiveXObject("AutoItX3.Control");

shell.Run("calc.exe", 1);

oAutoIt.Sleep(500);

$hwnd = oAutoIt.WinGetHandle("Calculator");

oAutoIt.DllCall("user32.dll", "int", "SendMessage", "hwnd", $hwnd , "int" , 1075 , "int", 2400, "int", 0);

Link to comment
Share on other sites

I'm not sure about either, but I'd imaging you will find something in VB.

But It is certainly not an autoitx question. Maybe if you ask a moderator to move your thread to chat or developer chat.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...