What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » VB Open Form

VB Open Form
Author: Message:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
O.P. Huh?  VB Open Form
I'm making a VB plugin and i would like to know how to show a form, with options, as in the WMP plugin (sorry i cant rememeber who made it).
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
07-12-2003 07:40 PM
Profile E-Mail PM Web Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: VB Open Form
add a form to the project and put the controls you want in it. then from where you want that form to be opened put
code:
load form1 'or whatever you called your form
form1.show

that's all ;)
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
07-12-2003 09:35 PM
Profile PM Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
O.P. RE: VB Open Form
ok cheers.  i didnt realise it was that easy. 
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
07-12-2003 09:44 PM
Profile E-Mail PM Web Find Quote Report
mey32
Junior Member
**


Posts: 84
– / Male / –
Joined: Jun 2003
RE: RE: VB Open Form
quote:
Originally posted by Choli
add a form to the project and put the controls you want in it. then from where you want that form to be opened put
code:
load form1 'or whatever you called your form
form1.show

that's all ;)


That didn't work for me use this ;)

form1.Show vbModal, Screen.ActiveForm
07-12-2003 09:46 PM
Profile PM Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: VB Open Form
yes, that deppends if you want your form to be modal or not
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
07-12-2003 10:08 PM
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