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

[Question] Plus window focus
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / 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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Question] Plus window focus - by mynetx on 01-16-2008 at 05:48 PM
RE: [Quesion] Plus window focus - by pollolibredegrasa on 01-16-2008 at 05:54 PM
RE: [Quesion] Plus window focus - by mynetx on 01-16-2008 at 05:56 PM
RE: [Quesion] Plus window focus - by Spunky on 01-16-2008 at 05:58 PM
RE: [Quesion] Plus window focus - by mynetx on 01-16-2008 at 06:01 PM
RE: [Quesion] Plus window focus - by warmth on 01-16-2008 at 06:09 PM
RE: [Quesion] Plus window focus - by Dempsey on 01-16-2008 at 06:19 PM
RE: [Quesion] Plus window focus - by mynetx on 01-16-2008 at 06:23 PM
RE: [Quesion] Plus window focus - by warmth on 01-16-2008 at 06:55 PM
RE: [Quesion] Plus window focus - by mynetx on 01-17-2008 at 02:06 PM
RE: [Question] Plus window focus - by Matti on 01-17-2008 at 05:02 PM


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