quote:
Originally posted by Wouter
code:
Dim objMessenger As New Sample
Thx wouter for asnwering...
... But I found out it worked across forms...
... my problem was that when trying I had forgotten to turn on the reference to the Messenger Type Api Library, and in my code I used objMessenger.MyStatus = MISTATUS_AWAY... and this of course didn't work when I didn't have the reference... but wothout the reference I of course just need to use the numbers instead...
So alll my problems have been solved, except the one with the contact list problem... but doesn't look like anybody have an answer to this...