owilsky Posted March 13, 2008 Share Posted March 13, 2008 Hi, I searched the forum but did not find anything suitable. I want to show a GUI that is modal, so it should show on top of the calling application. It should not display a taskbar entry. And it should stay on top of the calling app when I switch to another app and back. Any idea if and how I could do that? Thanks for any advice! Oliver Link to comment Share on other sites More sharing options...
owilsky Posted March 17, 2008 Author Share Posted March 17, 2008 OK, found the answer: Opt("WinTitleMatchMode",2) $Form1 = GUICreate("Title", 220, 118, 700, 300) DllCall("user32.dll", "int", "SetParent", "hwnd", WinGetHandle("Title"), "hwnd", WinGetHandle('Parent title')) Oliver Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now