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:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: Alert(MsgBox in VB) Help?
You mean, if the user tries to send a message it'll display a box and if the box result is No, it shouldn't send it?
Very easy, just let it return nothing! ;)
code:
} else if(Val == 7) {
   return;
}
If you use that code in the OnEvent_ChatWndSendMessage function (where I guess it is in), it will return nothing. This is because a ChatWndSendMessage event can return a string to the scripts parser telling what message has to be send. ;)

This post was edited on 08-21-2006 at 06:41 PM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
08-21-2006 06:38 PM
Profile E-Mail 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