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:
DJmorphine
Junior Member
**

Avatar

Posts: 35
37 / Male / –
Joined: Jun 2004
O.P. RE: Show a Form, without disabling the main chat window???
Ok i have 2 seperate Project: 1 ActiveX EXE and 1 ActiveX DLL
In the ActiveX DLL:
Declarations:
Dim bla As Object

Public Function Initialize(ByVal nVersion As Long, ByVal sUserEmail As String, ByVal oMessenger As Object) As Boolean
   Set bla = CreateObject("myexe.myclass")
End Function

I call it with bla.showmyform

In the ActiveX EXE:
name: myexe
class name: myclass
forms: Form1

Within myclass:
Public Function ShowMyForm()
Form1.Show 1
End Function


what am i doing wrong / forget??
07-21-2004 09:47 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