Re: opening windoze
- Posted by Irv Mullins <irv at ELLIJAY.COM> Jan 17, 2000
- 516 views
> > The launching program doesn't have a shellExecute(), it has a run. It's the > Eu program that needs to launch without affecting other apps. > Kat: I don't know much about Windows, but maybe a call to getActiveWindow before Euphoria opens its own window, open the Euphoria window minimized, and then immediately call setActiveWindow to reset focus to the saved window? Irv