What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Hidden Window

Hidden Window
Author: Message:
Fike
Junior Member
**

Avatar
I make scripts.

Posts: 63
– / Male / Flag
Joined: Mar 2011
O.P. Hidden Window
Is it possible to make a window hidden from view?
03-22-2011 08:38 PM
Profile E-Mail PM Web Find Quote Report
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
RE: Hidden Window
What about this?
quote:
Originally posted by Scripting Docs
MsgPlus::CreateWnd

Options
[number,optional] If specified, this parameter can be one of the following numbers:

WNDOPT_NORMAL (0)
    Display the window normally (default)
WNDOPT_INVISIBLE (1)
    Don't show the window after it's been created
WNDOPT_NOACTIVATE (2)
    Don't activate the window after its creation
JScript code:
var Wnd = MsgPlus.CreateWnd("<File>", "<ID>", 1);

03-22-2011 08:45 PM
Profile E-Mail PM Find Quote Report
Fike
Junior Member
**

Avatar
I make scripts.

Posts: 63
– / Male / Flag
Joined: Mar 2011
O.P. RE: RE: Hidden Window
quote:
Originally posted by whiz
What about this?
quote:
Originally posted by Scripting Docs
MsgPlus::CreateWnd

Options
[number,optional] If specified, this parameter can be one of the following numbers:

WNDOPT_NORMAL (0)
    Display the window normally (default)
WNDOPT_INVISIBLE (1)
    Don't show the window after it's been created
WNDOPT_NOACTIVATE (2)
    Don't activate the window after its creation
JScript code:
var Wnd = MsgPlus.CreateWnd("<File>", "<ID>", 1);



Ah... Didn't see that :). Thanks :)
03-22-2011 08:56 PM
Profile E-Mail PM Web 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