Jump to content

Child GUI stick to Parent when dragging window?


fi3ldy
 Share

Recommended Posts

Hi guys,

I'm working in a simple GUI, here's my situation.

I have a GUI that uses popup, layered and topmost.

Im creating IE object to pull in a webpage, which worked perfectly until I wanted the GUI to have a transparent background with no toolbars and transparent PNG as the window.

So now, my object (GuiCtrlCreateObject) doesn't show on the window at all, the only

successful way I've got the object to show is by creating a child GUI - this is where my next problem

comes in, when idrag the PARENT window the child doesn't move with it, I need it to stick and stay in position with the parent GUI.

I would bebgreatful if anybody knew a solution

to this, or a solution to getting an object to show with the transparent window GUI without using a child GUI!

I can't post source code at the moment as I'm not at the pc so it's not available.

Thanks again.

Link to comment
Share on other sites

  • 7 months later...

$WS_EX_MDICHILD as exStyle to your GUICreate function [if you must use multiple Extended Styles: BitOR($WS_EX_MDICHILD, ???, ???, ...)]

I don't know if that's what you were askig about but this may be easier than searching in sources when you're not too familiar with this ;)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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