Re: opening windoze
- Posted by Brian Broker <bkb at CNW.COM> Jan 17, 2000
- 517 views
On Mon, 17 Jan 2000 00:27:42 -0600, Kat wrote: >Nope, it made the Eu minimize ok, but it still took focus, the icon button >on the taskbar is depressed. Losing the focus on the app i am typing in gets >to be really annoying, and i want this Eu code to launch transparently. > >Kat If it is a different program you are trying to launch, try using shellExecute( "open", "<program_name>", SW_SHOWMINNOACTIVE ) -- SW_SHOWMINNOACTIVE displays the window as a minimized window. The active window remains active. -- Brian