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?