What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Question] Plus window focus

Pages: (2): « First « 1 [ 2 ] Last »
[Question] Plus window focus
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: [Question] Plus window focus
The best thing you could do is add the TopMost element to your Window attributes. Eventually, you can add the NoActivate element to make it not activate when selected, so you can't ever focus it, although I don't know if that's what you want.
code:
<Window Id="MyPlusWnd" Version="1">
   ...
   <Attributes>
      <TopMost>true</TopMost>
   </Attributes>
   ...
</Window>
Then, just call CreateWnd with 2 as Flag.

By the way, the scripting documentation describes this very well... I think you should take some time to read it fully. ;)
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
01-17-2008 05:02 PM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« 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