Wowww Patchou, that is very very great news! I only have WinXP so I can't test. Today I shall install an old version I think
I have tested the trick explained on mess.be to use it in WinXP but it doesn't work for me.
I have patched the registery with the given register code and then in VB added a reference to the "Messenger API type library" and used the folowing code:
Dim msn As MessengerAPI.Messenger
Private Sub Form_Load()
Set msn = CreateObject("MessengerAPI.Messenger")
Caption = msn.MyFriendlyName
End Sub
This codes starts msn 4.x...very strange...how to fix it? Whats wrong?
Rene