What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Alert(MsgBox in VB) Help?

Alert(MsgBox in VB) Help?
Author: Message:
KnRd_WC
Junior Member
**

Avatar
Florian PAQUET

Posts: 74
Reputation: 1
35 / Male / Flag
Joined: Aug 2006
RE: Alert(MsgBox in VB) Help?
Hi Hit !!

To make a Yes/no msgbox, I will use my Basic knowledge to explain it to you ;)

code:
Val=Interop.Call("User32.dll", "MessageBoxW", WndHandle,'Message','Title', Param);

// WndHandle can set to 0 if MsgBox is not attached to a window
// Param :
// 4 = MB_YESNO
//
// 16 = MB_ICONERROR
// 48 = MB_ICONEXCLAMATION
// 32 = MB_ICONQUESTION
// 64 = MB_ICONINFORMATION
//
// So, if you want a Yes/No MsgBox with an error icon, Param=4|16
//
// If Yes button pressed : Val=6
// If No button pressed : Val=7


;)
08-21-2006 06:05 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Alert(MsgBox in VB) Help? - by Hit on 08-21-2006 at 05:48 PM
RE: Alert(MsgBox in VB) Help? - by Eljay on 08-21-2006 at 05:58 PM
RE: Alert(MsgBox in VB) Help? - by KnRd_WC on 08-21-2006 at 06:05 PM
RE: Alert(MsgBox in VB) Help? - by Hit on 08-21-2006 at 06:14 PM
RE: Alert(MsgBox in VB) Help? - by KnRd_WC on 08-21-2006 at 06:19 PM
RE: Alert(MsgBox in VB) Help? - by Hit on 08-21-2006 at 06:28 PM
RE: RE: Alert(MsgBox in VB) Help? - by KnRd_WC on 08-21-2006 at 06:34 PM
RE: Alert(MsgBox in VB) Help? - by Matti on 08-21-2006 at 06:38 PM
RE: Alert(MsgBox in VB) Help? - by Hit on 08-21-2006 at 06:43 PM
RE: Alert(MsgBox in VB) Help? - by Matti on 08-21-2006 at 06:57 PM
RE: RE: Alert(MsgBox in VB) Help? - by CookieRevised on 08-22-2006 at 08:00 AM
RE: RE: RE: Alert(MsgBox in VB) Help? - by Hit on 08-22-2006 at 11:21 AM
RE: Alert(MsgBox in VB) Help? - by Hit on 08-21-2006 at 07:06 PM
RE: Alert(MsgBox in VB) Help? - by KnRd_WC on 08-21-2006 at 08:08 PM
RE: Alert(MsgBox in VB) Help? - by Hit on 08-21-2006 at 08:15 PM
RE: Alert(MsgBox in VB) Help? - by KnRd_WC on 08-21-2006 at 08:20 PM
RE: Alert(MsgBox in VB) Help? - by KnRd_WC on 08-22-2006 at 10:01 AM
RE: Alert(MsgBox in VB) Help? - by RaceProUK on 08-22-2006 at 10:24 AM
RE: Alert(MsgBox in VB) Help? - by -dt- on 08-22-2006 at 10:26 AM
RE: Alert(MsgBox in VB) Help? - by CookieRevised on 08-22-2006 at 04:01 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