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

Search Results
Subject Author Forum Time
RE: CreateWindowEx (in Live Messenger process, vista OS) crash, why?
No one meet this problems?
carlzPlug-Ins09-27-2007 at 01:04 AM
RE: CreateWindowEx (in Live Messenger process, vista OS) crash, why?
The code is like this: class CAtMSNWnd :public CWindowImpl<CAtMSNWnd> { public : CAtMSNWnd(){}; virtual ~CAtMSNWnd(){}; public : BEGIN_MSG_MAP(CAtMSNWnd) MESSAGE_HANDLER(WM_COMMAND, OnCommand) END_MSG_MAP() LRESULT OnCommand(UIN...
carlzPlug-Ins09-25-2007 at 08:55 AM
CreateWindowEx (in Live Messenger process, vista OS) crash, why?
Hello, In several Vista OS, I use CreateWindowEx to create a window in Live Messenger's process, it crashed. I have checked, all parameters are right. And if I moved CreateWindowEx out of Live Messenger's process, no problems. And also, in most Vis...
carlzPlug-Ins09-24-2007 at 09:32 AM
RE: where to find documents about how to develop Yahoo! Messenger plug in? thanks
Yes, I am in seaching....
carlzTech Talk06-10-2005 at 01:09 AM
where to find documents about how to develop Yahoo! Messenger plug in? thanks
Hi All, Could any one tell me where to find documents about how to develop Yahoo! Messenger plug in? Did Yahoo! Messenger provided APIs like MSN do? Many thanks!
carlzTech Talk06-09-2005 at 06:44 AM
RE: How to intercept MSN exit message?
Thanks for your reply! My program is a plugin for MSN or windows messenger. Run in MSN process as a dll file. I just tested, plus! have no such problem.
carlzSkype & Live Messenger05-20-2005 at 03:35 PM
How to intercept MSN exit message?
Now I create a MSN plugin program, I want to close my program before MSN exit, but how to intercept MSN exit message when user click exit menu item? Why I need to do this? because if run my plugin program, MSN cannot exit, always said you should clos...
carlzSkype & Live Messenger05-20-2005 at 03:23 PM
How to send a hyperlink text to other contacts?
Hello, everyone Now I send text to other contacts using following code in my plugin program: for(int i=0;i<nLen;i++) ::SendMessage(hChatWnd,WM_CHAR,lpChatMsg[i],0); But how to send a hyperlink text to others? For example, I need to send such text "y...
carlzPlug-Ins01-10-2005 at 01:08 AM
Who can help me to implement invoke function?
Hi All, I have such code (MSN plug in) like this: STDMETHODIMP CMessengerUANotify::Invoke( DISPID dispidMember, const IID& iid, LCID,...
carlzPlug-Ins01-05-2005 at 01:43 AM
RE: How to close MSN in program?
Thanks very much! Now I exit and reopen MSN successfully using psapi.dll.
carlzPlug-Ins01-04-2005 at 05:14 AM
How to close MSN in program?
Hello everyone, Now I build a MSN plug-in program, but I need to exit MSN and enter again when install my program, could anyone tell me how to exit MSN in program? thanks a lot!
carlzPlug-Ins12-30-2004 at 12:53 AM
RE: Could anyone tell me how to add a menu item to MSN?
Thanks very much! but we can add menu to office (word, outlook...) by interface such as _IDTExtensibility2, do you know whether MSN provide such interfaces?
carlzPlug-Ins12-15-2004 at 03:04 AM
Could anyone tell me how to add a menu item to MSN?
Hi, Now I need add a menu item to MSN such as "plus!" in Messenger Plus!, could anyone tell me how to do it? thanks a lot!
carlzPlug-Ins12-15-2004 at 02:23 AM
[Hide Excerpts]