What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: How to make a struct?
Thanks, guys for your answers. That works perfectly. ;)
-=blu3+3y3s=-Scripting08-01-2006 at 06:17 PM
RE: How to make a struct?
I tried what you said but WLM bugges now when I launch the script. I do this: [code]Interop.Call("user32.dll", "GetCursorPos", mypointobj); MsgPlus.DisplayToast("Result", mypointobj.x + " - " + mypointobj.y);[/code] How I can do to display th...
-=blu3+3y3s=-Scripting07-31-2006 at 09:19 PM
How to make a struct?
Hi, all! I need to make Point and Rect structs for using GetWindowRect and GetCursorPos of user32.dll. I try this: [code]struct Point { long x; long y; }[/code] but when I apply, MsgPlus says me "Couldn't start script".
-=blu3+3y3s=-Scripting07-31-2006 at 08:51 PM
[Hide Excerpts]