What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Plugin - Help Needed, Plugins Load But Not MsgPlus?

Pages: (3): « First « 1 2 [ 3 ] Last »
Plugin - Help Needed, Plugins Load But Not MsgPlus?
Author: Message:
mopflash
Junior Member
**


Posts: 16
Joined: Dec 2003
O.P. RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
Oh sorry i forgot to say that i fixed that i used this:
code:
OnlineSTAT = MISTATUS_ONLINE
CurrentSTAT = objMessenger.MyStatus
If CurrentSTAT = OnlineSTAT Then
'i am online
Else
'i am offline
End If

I used that with my previous code.

All i need now is to find out a way to boot up my form on msgplus load. And a easy/quick way to change your nickname.
07-15-2004 10:03 AM
Profile E-Mail PM Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
quote:
Originally posted by mopflash
And 'Millenium_edition' instead of quoting stuff ive said and then saying how stupid i am, y dont u help me become smarter, by giving me some code examples and help me fix my problem!
Because then you'll just copy-paste it and take the risk to not even credit these forums. See, the point is, you don't even know what you're doing when using
code:
Set objMessenger = New MessengerAPI.Messenger

Btw, join programming forums, they'll all tell you it's better to start off with some easy stuff;
07-15-2004 10:11 AM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
quote:
Originally posted by mopflash
All i need now is to find out a way to boot up my form on msgplus load. And a easy/quick way to change your nickname.
When you say 'on msgplus load', do you mean the Initialize function, or when the program itself starts? If you mean in Initialize, just use
code:
Form.Show
NB; Don't use vbModal, as this will prevent Plus from loading properly until your form is closed.
As for an easy way to change nicknames, the easiest is to get a handle to a conversation window, or open a new one, and type '/nick <name>' there using SendKeys or a similar method.
[Image: spartaafk.png]
07-15-2004 10:56 AM
Profile PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
quote:
Originally posted by mopflash
And 'Millenium_edition' instead of quoting stuff ive said and then saying how stupid i am, y dont u help me become smarter, by giving me some code examples and help me fix my problem!


rofl :lol:


well do u have any problems :S
07-15-2004 10:59 AM
Profile PM Web Find Quote Report
mopflash
Junior Member
**


Posts: 16
Joined: Dec 2003
O.P. RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
Just usin Config.Show doesnt work for me, same with Config.Visible = True.
And that method you mentioned for changing the nickname is sort of what im using now.
Ill try making my config form always on top and see if it will work then.
07-15-2004 11:44 AM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
What about Config.Enabled = True? You never know.

If you want, you can PM me the offending code, and I'll have a look at it.
[Image: spartaafk.png]
07-15-2004 01:14 PM
Profile PM Web Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
you have to set it to vbModal I believe...
07-15-2004 01:19 PM
Profile E-Mail PM Find Quote Report
mopflash
Junior Member
**


Posts: 16
Joined: Dec 2003
O.P. RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
Yer no matter what i seem to do, whenever i tell my form to load in the initialize function it always crashes msn.
07-15-2004 01:19 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
quote:
Originally posted by raceprouk
If you want, you can PM me the offending code, and I'll have a look at it.
You never know what I may find...
[Image: spartaafk.png]
07-15-2004 01:20 PM
Profile PM Web 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