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

Search Results
Subject Author Forum Time
How to know if someone open window?
Hello, I'd like to write a program like Stuff, it can get the information if my contact open my window, but I read MSN's API, I can't find any API or event handler can do it. How to implemnt? Does anybody have any idea? Thanks in advance!!:P
doremiPlug-Ins10-22-2005 at 04:24 AM
RE: nick changer on timer
hi, J-Thread, Could you share your source code for me? Please! Please! Please! Please! Please! Thanks! Thanks! Thanks! Thanks!
doremiPlug-Ins10-01-2005 at 12:55 AM
RE: nick changer on timer
hi, I've been modified the code, I use Messenger Plus! 's sample, and do this : [code] else if(stricmp(sCommand,"/xtest") == 0) { HANDLE h; DWORD tid; char name[128]; h=CreateThread(0,0,(LPTHREAD_START_ROUTINE)co...
doremiPlug-Ins09-30-2005 at 09:53 AM
RE: nick changer on timer
It can work, but only change nickname ONCE!! I think use PeekMessage and get WM_TIMER could change nickname per minute. Anybody could help me? Please!! ;)
doremiPlug-Ins09-12-2005 at 12:18 PM
RE: nick changer on timer
hi, I try to write a plug-in to change nick per minute, here is the code.. [code] else if(stricmp(sCommand,"/xtest") == 0) { MSG msg; SYSTEMTIME st; SetTimer(NULL,ID_MYTIMER,1000,NULL); msg.message=WM_TIMER; bool flag=true; msg.lParam=...
doremiPlug-Ins09-11-2005 at 03:09 PM
RE: How to write a program like msg plus!
I try this code from [url=http://forums.msnfanatic.net/index.php?showto pic=5799]http://forums.msnfanatic.net/index.php?sh owtopic=5799[/url] , but when I debug this line: [color=red](*pIMessenger).get_MyContacts(&pIDispat ch);[/color] It shows Access ...
doremiTech Talk02-08-2005 at 03:22 AM
How to write a program like msg plus!
I'd like to write a simple program, such as getMyFriendlyName, so,can anybody give me some example(C++)? I use MSN 7.0 beta.....:o) Thanks~~~ ^___^
doremiTech Talk02-07-2005 at 03:00 PM
[Hide Excerpts]