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

Search Results
Subject Author Forum Time
RE: Depend menu items on user settings
That works nice. It don't know if I should ask it here, or kick the old topic, but is there a common way to add such a menu to a Conversation window? The code finds a window called "MSN Messenger", but when I want to find a Conversation Window, it...
SWINXPlug-Ins08-14-2005 at 09:47 PM
RE: Depend menu items on user settings
Thanks, but I have not worked with the Windows API before. Could you please give me an example, or some other helpfull information?
SWINXPlug-Ins08-14-2005 at 06:34 PM
Depend menu items on user settings
Hello all, The menu items of the plugin are set when MSNM loads. Is there a possibility to set or change menuitems when a user logs on to MSNM. I need the MSN address, that the user is gonna use. When MSNM starts, you only know the previous one. Whe...
SWINXPlug-Ins08-14-2005 at 04:52 PM
RE: Can you show a form on command?
Thank you :)
SWINXPlug-Ins02-19-2005 at 04:49 PM
RE: Can you show a form on command?
It just gives the default Msg+ dialog "This command is not recognized" the same dialog when you try /gdgdsgsdsdt or something. I added some message boxes in the function, they all show up, except for the one after frmCI.Show, the Msg+ dialog "Ther...
SWINXPlug-Ins02-18-2005 at 10:57 PM
RE: Can you show a form on command?
I tried your possible solution, but mine should be ok too, I thought, Anyway, it didn't work out...
SWINXPlug-Ins02-18-2005 at 10:48 PM
Can you show a form on command?
In my ParseCommand function I have: [code] Dim frmCI As New frmCon frmCI.lblFriendlyName.Caption = MyFriend.FriendlyName frmCI.lblSigninName.Caption = MyFriend.SigninName frmCI.Show[/code] but frmCI.Show...
SWINXPlug-Ins02-18-2005 at 10:38 PM
RE: Retrieve who the user is chatting with?
after I added this on the top of my class module, the MessageContact part worked... [code]Private Declare Function PostMessage Lib "user32" Alias "PostMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) ...
SWINXPlug-Ins02-17-2005 at 11:22 PM
RE: Retrieve who the user is chatting with?
I can succesfully create a Messenger object with: [code]Set oMessenger = New MessengerAPI.Messenger[/code] I can succesfully show MyFriendlyName in a MsgBox I try to use these stuff in the ParseCommand function. But I can't get the Contacts-code fro...
SWINXPlug-Ins02-17-2005 at 06:57 PM
RE: Retrieve who the user is chatting with?
Thanks for your reply. I'll test it and get back to you guys.
SWINXPlug-Ins02-17-2005 at 11:04 AM
Retrieve who the user is chatting with?
When I'm in a conversation, I want my plugin to know who the other user is (email address), if this is possible with the API for VB6? Thanx.
SWINXPlug-Ins02-16-2005 at 11:38 PM
[Hide Excerpts]