What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Variablising the oMessenger Object passed to Initialize

Variablising the oMessenger Object passed to Initialize
Author: Message:
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
O.P. Variablising the oMessenger Object passed to Initialize
ok i need to set the object of a variable to the oMessenger object passed to Initialize

here is what im using
code:
in a module
Option Explicit
Global MSN As Object
___________________

in the class module
Public Function Initialize(ByVal nVersion As Long, ByVal sUserEmail As String, ByVal oMessenger As Object) As Boolean
Set MSN = Nothing
Set MSN = oMessenger
Initialize = True

End Function

its in vb :P
ive also tried
code:
Set MSN = New oMessenger

thanks for any help in advance


edit: Dempsey suggested i add the Windows Messenger API, but in the last version of my proggie i didnt need to.

This post was edited on 12-21-2004 at 04:15 PM by Ash_.
[Image: jeansiger5.jpg]
12-21-2004 04:11 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Variablising the oMessenger Object passed to Initialize - by Ash_ on 12-21-2004 at 04:11 PM
RE: Variablising the oMessenger Object passed to Initialize - by Mike on 12-21-2004 at 08:40 PM
RE: Variablising the oMessenger Object passed to Initialize - by Millenium_edition on 12-21-2004 at 08:56 PM
RE: Variablising the oMessenger Object passed to Initialize - by RaceProUK on 12-21-2004 at 10:18 PM
RE: RE: Variablising the oMessenger Object passed to Initialize - by Ash_ on 12-22-2004 at 11:11 AM
RE: Variablising the oMessenger Object passed to Initialize - by RaceProUK on 12-22-2004 at 10: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