James Posted June 12, 2008 Posted June 12, 2008 It's called MDI search it. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
NELyon Posted June 12, 2008 Posted June 12, 2008 _WinAPI_SetParent() Or if you're old fashioned: DLLCall("user32.dll", "hwnd", "SetParent", "hwnd", WinGetHandle("Title of child window"), "hwnd", WinGetHandle("Title of parent window"))
Particle Posted June 13, 2008 Author Posted June 13, 2008 Okay i've done my research and figured out how to make a really nice MDI Gui. I face another minor problem though. I have the option to change the background picture of the parent gui and when I try to change it, the child gui's dissapear until I click and move them around a bit to redraw or something(This also happens when I minimize and restore back). Any quick way to fix this problem?
NELyon Posted June 13, 2008 Posted June 13, 2008 Okay i've done my research and figured out how to make a really nice MDI Gui. I face another minor problem though. I have the option to change the background picture of the parent gui and when I try to change it, the child gui's dissapear until I click and move them around a bit to redraw or something(This also happens when I minimize and restore back). Any quick way to fix this problem?You could try to send the WM_PAINT message when one of these events happen.
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