What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
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.
mopflashPlug-Ins07-15-2004 at 01:19 PM
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.
mopflashPlug-Ins07-15-2004 at 11:44 AM
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 [/code] I used that with my previous code. All i...
mopflashPlug-Ins07-15-2004 at 10:03 AM
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
Okz ive fixed everything up now it works fine, except that all the MsgPlus plugins load but not MsgPlus, and in the messenger window all the contacts are duplicated and if you try to do something the messenger window goes black and freezes. What did ...
mopflashPlug-Ins07-15-2004 at 07:56 AM
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
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!
mopflashPlug-Ins07-15-2004 at 07:00 AM
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
Yes i have got reference to the Messenger API and this is the code im using to load it. [code] Option Explicit Private WithEvents objMessenger As MessengerAPI.Messenger [/code] Then inside my forms load: [code] Set objMessenger = New MessengerAPI.Me...
mopflashPlug-Ins07-15-2004 at 06:58 AM
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
I dont think you would be allowed to ask for pirated material here, and im really trying to get an answer to how u detect when u login!
mopflashPlug-Ins07-14-2004 at 04:42 PM
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
At the moment im usin Visual Basic from 'Visual Studio 6 2003 Enterprise'
mopflashPlug-Ins07-14-2004 at 04:29 PM
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
[qoute] or u could use initalize, as plugins are loaded after signin [/quote] Thats actually what im doing, but my plugin loads b4 messenger even starts to sign in.
mopflashPlug-Ins07-14-2004 at 04:12 PM
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
hmm thats still not detecting it i changed it to: [code] Private Sub messengerapi_OnMyStatusChange(hr As Long, mMyStatus As MISTATUS) If mMyStatus = MISTATUS_ONLINE Then Check1.Enabled = True Else Check1.Enabled = False End If End Sub [/code] And Che...
mopflashPlug-Ins07-14-2004 at 04:10 PM
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
Yer i saw that, but all the ones ive seen dont do i want them to do, and i think its a pretty cool way to pick up my skills. So do u know how to detect when u signon?
mopflashPlug-Ins07-14-2004 at 03:52 PM
RE: Plugin - Help Needed, Plugins Load But Not MsgPlus?
Thanx dude, btw i just need 2 know 1 more thing ;) How do u detect when messengers signed in? i tried that Event OnSignin thing but i dont know how to use it. This is my 2nd day in vb ;) And thats all i need to submit my first version of my plugin!
mopflashPlug-Ins07-14-2004 at 03:42 PM
Plugin - Help Needed, Plugins Load But Not MsgPlus?
Okz i got it to work and i found out why it wasnt working before, it was because i was trying to call the MyFriendlyName API when messenger wsant signed in. Now that ive fixed that does anyone know a better way to change your name than to make a conv...
mopflashPlug-Ins07-14-2004 at 01:10 PM
RE: Big DP without WTBW
StuffPlug NG is already floating around the forums, it does give u a big display pic and it works for msn 6.2 aswell. And it also has some other cool features, just do some searching in the forums to find it and to figure out what u need to do to ins...
mopflashWLM Plus! General07-08-2004 at 04:07 PM
RE: Feature Request: Sorting Of Contacts
Sorry, i should of made my post a bit clearer. And i didnt expect that many replies so fast. Anyway this is what i mean: Like say u got ur custum names, and ur groups or whateva so it looks like this: [i]Online: Bob Joe Alex Jill Offline: Smith Dud...
mopflashWLM Plus! General07-08-2004 at 04:02 PM
Feature Request: Sorting Of Contacts
Hey, in trillian theres a nice feature where u can sort your contacts in your contact list by name, email, blah blah blah. This will be really good if it was in msgplus, coz then itll be easier for me to find the contact im looking for ;)
mopflashWLM Plus! General07-07-2004 at 08:48 AM
[Hide Excerpts]