Hello
I'm trying to use dllcall for autoitx3.dll, but i'm got some error. Here is my code:
$dll = DllOpen("AutoItX3.dll") ;MsgBox(0, '', @error) $result = DllCall($dll, "int", "AU3_ToolTip", "str", "Hello, world!" , "long", @DesktopWidth / 3, "long", @DesktopHeight / 3) DllClose($dll)
Please help, thanks.