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. 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 convo window type /nick and change it? Because that method is much to slow and invonvienent for what im trying to do.
Thanks, when im done i will submit as much opensource as i think could help anyone starting out.
Ive already made some nice stuff, but does anyone know how u send multiple variables to a function eg:
code:
Public Function Thingy(1stvar As String, 2ndvar As String)
blah blah
End Function
------
Thingy(blahblah,blehbleh)

I can only get this to work if i only send one variable.

And also does anyone know how u can add a html link into a label?

This post was edited on 07-15-2004 at 08:40 AM by mopflash.
07-14-2004 01:10 PM
Profile E-Mail PM Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: Devlopment of Song2Name plugin (Visual Basic)
functions should work fine with multiple variables :s

and use shellexecute to open a webpage
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
07-14-2004 03:18 PM
Profile E-Mail PM Web Find Quote Report
mopflash
Junior Member
**


Posts: 16
Joined: Dec 2003
O.P. RE: Devlopment of Song2Name plugin (Visual Basic)
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!
07-14-2004 03:42 PM
Profile E-Mail PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Devlopment of Song2Name plugin (Visual Basic)
they is already a song to name plugin...it was made by leamond..
(first plugin i ever tested)

then in version 2. it was helped along by dj mystic
07-14-2004 03:49 PM
Profile PM Web Find Quote Report
mopflash
Junior Member
**


Posts: 16
Joined: Dec 2003
O.P. RE: Devlopment of Song2Name plugin (Visual Basic)
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?
07-14-2004 03:52 PM
Profile E-Mail PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Devlopment of Song2Name plugin (Visual Basic)
yes

i do

code:
private msn as messengerapi

private sub msn_OnMyStatusChange(hr As Long, mMyStatus As MISTATUS)
if mMyStatus = MISTATUS_ONLINE then
msgbox " jwb rox0rs :P "
end if
end sub


something like that :P

edit: forgot end if :p such a noob :P

This post was edited on 07-14-2004 at 03:58 PM by Stigmata.
07-14-2004 03:57 PM
Profile PM Web Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: Devlopment of Song2Name plugin (Visual Basic)
or u could use initalize, as plugins are loaded after signin
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
07-14-2004 04:00 PM
Profile E-Mail PM Web Find Quote Report
mopflash
Junior Member
**


Posts: 16
Joined: Dec 2003
O.P. RE: Devlopment of Song2Name plugin (Visual Basic)
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

And Check1 remains disabled.
And also all the contacts in my contactlist are duplicated so theres 2 of them, do u know y this happens or is it my code?
07-14-2004 04:10 PM
Profile E-Mail PM Find Quote Report
mopflash
Junior Member
**


Posts: 16
Joined: Dec 2003
O.P. RE: Devlopment of Song2Name plugin (Visual Basic)
[qoute]
or u could use initalize, as plugins are loaded after signin

Thats actually what im doing, but my plugin loads b4 messenger even starts to sign in.
07-14-2004 04:12 PM
Profile E-Mail PM Find Quote Report
Phrive
Full Member
***

Avatar
...!Phrive!...

Posts: 401
Reputation: 4
35 / Male / –
Joined: May 2004
RE: Devlopment of Song2Name plugin (Visual Basic)
totally off topic i know but what vb software do you use? and wats the best? willing to pay for one so i dnt mind

This post was edited on 07-14-2004 at 04:26 PM by Phrive.
[Image: 1thing5hk.gif]

07-14-2004 04:25 PM
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