quote:
Originally posted by ryxdp
quote:
Originally posted by afallenhope
thanks guys.
didn't know you can use WindowAPI using pure JScript.. kinda dangerous if you think of it lol. Powerful.. I like it lol.
Yes, well, that's why we have people (? or is it just MenthiX?) who moderate submissions to the scripting database
EDIT: @SmokingCookie: you can also lop a few bytes off of that one, just have "user32" instead of that and the extension
I just love extensions
All Windows API functions are available in JScript through the Interop.Call() function, except for those which asynchronous callback functions. See the scripting documentation for more details on the Call() method.