What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] MsgBox Helper (Version 1.0)

[Release] MsgBox Helper (Version 1.0)
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
O.P. [Release] MsgBox Helper (Version 1.0)
This is a tribute to my very first VB 6.0 program that did the same thing

This is a simple script to allow script developers to easily create MsgBox/Alerts in their scripts and provides a method for dealing with the returned value.

I *think* I've managed to include all combinations of Icon and Buttons as well as an optional "Help" button. I'm going to do some work trying to get the different Modal settings to work (not sure if they work with scripts though ^o)).

There are numerous constants included in the script that are related to features I want to add (such as RightToLeft text and so on).

I've *after pulling my hair out* managed to get \n to act normally (it was just printing into the msgbox as "\n" instead of a new line).

I want to do some work on the interface, but if it's just for developers, it may not really need it.

[Image: msgboxhelp.png]

Any suggestions or improvements would be appreciated and if anybody finds a bug, you know what to do :p

EDIT: No bugs found so far so I'm releasing it :p

.plsc File Attachment: MessageBox Helper.plsc (12.47 KB)
This file has been downloaded 148 time(s).

This post was edited on 12-12-2006 at 12:47 AM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
12-11-2006 07:50 PM
Profile PM Find Quote Report
MicroWay
Senior Member
****

Avatar
Do you want me? Try to get me!

Posts: 571
Reputation: 16
36 / Male / Flag
Joined: Jul 2006
Status: Away
RE: [Pre-Release] MsgBox Helper (Version 0.1)
Inetresting picture script :$
Nice work...
(Y)
12-11-2006 07:56 PM
Profile PM Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
RE: [Pre-Release] MsgBox Helper (Version 0.1)
Judging from the screenshot, it seems that you are including all the possible cases regardless what type of MsgBox the user has used.
This makes the code look a bit more dirty, and (without being sure) a little bit more slower.

You should just include the cases for the MsgBox the user has used.


Nice wallpaper btw :P
YouTube closed-captions ripper (also allows you to download videos!)
12-11-2006 07:58 PM
Profile E-Mail PM Web Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
O.P. RE: [Release] MsgBox Helper (Version 1.0)
Didn't think my wallpaper was even that visible lmao.

It does include it for all cases, but thats just to make it easier on me (plus the switch statement can be put into a function an reused with different sets of buttons etc) :p The unwanted ones can be easily removed though
<Eljay> "Problems encountered: shit blew up" :zippy:
12-12-2006 12:48 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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