What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » How to call SetNewName periodically?

How to call SetNewName periodically?
Author: Message:
llc
New Member
*


Posts: 1
Joined: Mar 2005
O.P. How to call SetNewName periodically?
I'm writing a plugin to call SetNewName in a separate thread, and of course, it does not work. (Reason is mentioned in the API doc)

What I want is to call SetNewName to change nick every 60 seconds.

Does anyone can tell how to write the plugin? Or, just an exe which can achieve the goal?

(I'm using C/C++)

Thanks,
-llc
03-17-2005 07:51 AM
Profile E-Mail PM Find Quote Report
segosa
Community's Choice
*****


Posts: 1407
Reputation: 92
Joined: Feb 2003
RE: How to call SetNewName periodically?
SetTimer.
The previous sentence is false. The following sentence is true.
03-17-2005 08:50 AM
Profile PM Find Quote Report
TheBlasphemer
Senior Member
****

Avatar

Posts: 714
Reputation: 47
36 / – / –
Joined: Mar 2004
RE: How to call SetNewName periodically?
Create a window from the main thread (initialize), and make a little windowmessage to call SetNewName,
then from the other thread, call SendMessage to the window :)
this will probably fix your issue ;)
[Image: theblasp.png]
03-17-2005 10:21 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On