whiz
Senior Member
   
Posts: 568 Reputation: 8
– / – / 
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);
|
|