Re: opening windoze
- Posted by Kat <KSMiTH at PELL.NET> Jan 17, 2000
- 509 views
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 ----- Original Message ----- From: Dan B Moyer <DANMOYER at PRODIGY.NET> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Sunday, January 16, 2000 10:53 PM Subject: Re: opening windoze > Kat, > > Would just replacing "Normal" with "Minimize" in WinMain work for you? It > makes a minimized icon on the taskbar, but I'm not sure about NOT taking > focus away from current app. > > Dan Moyer > > > > >I was wondering how to open a window in win95, minimized, AND without it > >taking focus away from whatever current app is on top. > > > >-- code -- > > > >-- Windows 'Hooks' > >onOpen[MainWindow]=routine_id("onOpenMainWindow") > >onEvent[MainWindow]=routine_id("onEventMainWindow") > >onClose[MainWindow]=routine_id("onCloseMainWindow") > > > >------------------------------------------------------- > > > >WinMain(MainWindow,Normal) >