What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Displaying Info

Displaying Info
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: Displaying Info
quote:
Originally posted by Zero
Well... I'm afraid to ask this but... how do you use the windows API in a JS app?? Is there a specific MSDN example you folks could point me at???????????
start by looking at the Interop object in the Scripting Documentation ;).

code:
// MessageBox Example
Interop.Call("user32" /*DLL Name*/,"MessageBoxW" /*Function Name*/, 0 /*Handle*/, "Hello World!" /*Main Text*/, "Test" /*Title*/, 64 /*Icon & buttons*/);

http://msdn2.microsoft.com

This post was edited on 08-14-2008 at 08:40 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
08-14-2008 08:39 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Displaying Info - by Zero on 08-05-2008 at 08:33 PM
RE: Displaying Info - by Spunky on 08-05-2008 at 08:54 PM
RE: Displaying Info - by CookieRevised on 08-05-2008 at 10:22 PM
RE: Displaying Info - by Zero on 08-08-2008 at 07:09 PM
RE: Displaying Info - by matty on 08-08-2008 at 07:23 PM
RE: Displaying Info - by CookieRevised on 08-08-2008 at 10:26 PM
RE: Displaying Info - by Zero on 08-14-2008 at 07:36 PM
RE: Displaying Info - by roflmao456 on 08-14-2008 at 08:39 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On