[Question] Plus window focus - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Question] Plus window focus (/showthread.php?tid=80988) [Question] Plus window focus by mynetx on 01-16-2008 at 05:48 PM
When I create a Plus window, it gets the focus. RE: [Quesion] Plus window focus by pollolibredegrasa on 01-16-2008 at 05:54 PM
Is this what you're looking for? code: quote: RE: [Quesion] Plus window focus by mynetx on 01-16-2008 at 05:56 PM
Thanks. RE: [Quesion] Plus window focus by Spunky on 01-16-2008 at 05:58 PM
quote: So it would be code: RE: [Quesion] Plus window focus by mynetx on 01-16-2008 at 06:01 PM
kk. Thanks @ all ^^ RE: [Quesion] Plus window focus by warmth on 01-16-2008 at 06:09 PM
quote:sorry that I ask... what about??? RE: [Quesion] Plus window focus by Dempsey on 01-16-2008 at 06:19 PM
quote:http://mpscripts.net/docs.php?p=ref-msgplus-createwnd.htm RE: [Quesion] Plus window focus by mynetx on 01-16-2008 at 06:23 PM
quote:About received URL links in chats. RE: [Quesion] Plus window focus by warmth on 01-16-2008 at 06:55 PM
quote:ah ok... nice... I hope to see new features over the existing script about that... RE: [Quesion] Plus window focus by mynetx on 01-17-2008 at 02:06 PM
So MsgPlus.CreateWnd(strFile, strWindowId, 2); creates a non-activated window. RE: [Question] Plus window focus by Matti on 01-17-2008 at 05:02 PM
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: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. |