Jump to content

Recommended Posts

Posted (edited)

hi,

how can I minimized a GUI in case that the Parant GUI is minimized?

sorry, when the parant is minimized it is working, the CHild is minimized also, but when moving to another window from the parant the GUI is shown, how to disable it?

Edited by erezlevi
Posted

hi,

how can I minimized a GUI in case that the Parant GUI is minimized?

sorry, when the parant is minimized it is working, the CHild is minimized also, but when moving to another window from the parant the GUI is shown, how to disable it?

ok now it's working:

$Pic=GUICreate("", 720, 45, 10, 600, $WS_POPUP,$WS_EX_MDICHILD ,$m)

the secret is $WS_EX_MDICHILD...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...