What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Sorry if this has been asked...

Pages: (3): « First « 1 2 [ 3 ] Last »
Sorry if this has been asked...
Author: Message:
frak
New Member
*

Avatar
I didn't do it!

Posts: 9
– / Male / –
Joined: Oct 2005
O.P. RE: Sorry if this has been asked...
Sorry, but I have been doing what you have described above (minus the codebase option until I found out about it) from the very beginning...

Anyway, it turns out I had a problem with some logic just after the reference assignment, although I am not sure why that should affect the display of my msgbox just after the reference assigment.

I shall now take my Homer of the Week award bow!
10-07-2005 07:05 PM
Profile PM Find Quote Report
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
RE: Sorry if this has been asked...
code:
Public Shared WithEvents oMessenger As MessengerAPI.MessengerClass

    Public Function Initialize(ByVal nVersion As Integer, ByVal sUserEmail As String, ByVal oMessenger As MessengerAPI.MessengerClass) As Boolean
        MsgBox(sAppName + "::Initialise called!", MsgBoxStyle.OKOnly, "DEBUG")
        MyPlugin.oMessenger = oMessenger
        MsgBox(sAppName + "::Initialise - Got Messenger ref", MsgBoxStyle.OKOnly, "DEBUG")
        Initialize = True
    End Function


Sorry I didn't notice that before!

This post was edited on 10-08-2005 at 07:16 AM by J-Thread.
10-08-2005 07:15 AM
Profile E-Mail PM Find Quote Report
Pages: (3): « First « 1 2 [ 3 ] Last »
« 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