What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » creating a simple Msgbox?

creating a simple Msgbox?
Author: Message:
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
34 / Male / –
Joined: Jun 2004
RE: creating a simple Msgbox?
You could use the windows api
This is from now playing so credit to dt:
code:
function alert(wndHandle,title,message){
    Interop.Call("User32", "MessageBoxW", wndHandle, message, title, 0);
}
The params are:
wndHandle - the windows handle of the relivent window
title - the title of the messagebox
message - the message to display

This post was edited on 06-25-2006 at 12:16 PM by Plik.
06-25-2006 12:10 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
creating a simple Msgbox? - by rh on 06-25-2006 at 11:53 AM
RE: creating a simple Msgbox? - by Plik on 06-25-2006 at 12:10 PM
RE: creating a simple Msgbox? - by rh on 06-25-2006 at 12:33 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