What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Show a Form, without disabling the main chat window???

Show a Form, without disabling the main chat window???
Author: Message:
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: Show a Form, without disabling the main chat window???
yup. when calling the showmyform function from the "myclass" class...

Explanation:

the activeX exe has a class, named "MyClass" (no quotes). that class has a function (just like Initialize in Plus! plugins) named "ShowMyForm". In that function, the form should be shown. also note that the project title of the activeX exe is "MyExe"

your plugin wil create that class and call the function
code:
Dim bla As Object
Set bla = CreateObject("MyExe.MyClass")
Call bla.ShowMyForm()

This post was edited on 07-21-2004 at 09:35 PM by Millenium_edition.
07-21-2004 09:26 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Show a Form, without disabling the main chat window??? - by DJmorphine on 07-21-2004 at 08:13 PM
RE: Show a Form, without disabling the main chat window??? - by Millenium_edition on 07-21-2004 at 08:18 PM
RE: RE: Show a Form, without disabling the main chat window??? - by DJmorphine on 07-21-2004 at 08:48 PM
RE: Show a Form, without disabling the main chat window??? - by Choli on 07-21-2004 at 09:16 PM
RE: Show a Form, without disabling the main chat window??? - by Millenium_edition on 07-21-2004 at 09:26 PM
RE: Show a Form, without disabling the main chat window??? - by DJmorphine on 07-21-2004 at 09:47 PM
RE: Show a Form, without disabling the main chat window??? - by Choli on 07-21-2004 at 09:51 PM
RE: RE: Show a Form, without disabling the main chat window??? - by DJmorphine on 07-21-2004 at 09:57 PM
RE: Show a Form, without disabling the main chat window??? - by Millenium_edition on 07-21-2004 at 09:54 PM
RE: Show a Form, without disabling the main chat window??? - by Millenium_edition on 07-21-2004 at 10:06 PM
RE: Show a Form, without disabling the main chat window??? - by DJmorphine on 07-21-2004 at 10:14 PM
RE: Show a Form, without disabling the main chat window??? - by Millenium_edition on 07-21-2004 at 10:17 PM
RE: Show a Form, without disabling the main chat window??? - by -dt- on 07-22-2004 at 08:45 AM


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