How to make a window stay on top off all other windows
"Gary Kuznitz" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
I would like an AutoIt window to stay on top off all other windows. I thought
this would do it but it isn't.
GuiCreate("Officers Election 2006", 1280, 323, 300, 20 ,
BitOR($WS_OVERLAPPEDWINDOW, $WS_CLIPSIBLINGS, $WS_EX_TOPMOST))
I also tried this:
GuiCreate("Officers Election 2006", 1280, 323, 300, 20 , $WS_EX_TOPMOST)
But that didn't work either.
Does anyone have any ideas on how I can get the window to stay on top?
Thank you,
Docfxit