Jump to content

Recommended Posts

Posted

I want to put some additional menuitems (child) on an application window (parent).

When using

$ChildhWnd=GUICreate($text, $SizeX, $SizeY, $PosX, $PosY, $WS_CHILD, -1, $TargethWnd)

with $PosY = 0 the childGUI shows inside the application main window,

with $PosY < 0 the childGUI is covered by parent window menu bar

Is there a solution using a Child Window or is an independent window the only way?

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
×
×
  • Create New...