Jump to content

Recommended Posts

Posted

Hi, I have a main GUI form and when a button is pressed to perform a function I have a SplashTextOn box pop up and says "working, please wait..." but if the user moves the parent form to a different place on the screen before pressing the button the SplashTextOn window will open in the same place the main form was originally launch.  What is the best way to deal with child windows (message box, popups, splashtext, etc) so they follow the parent GUI.

Posted

I would suggest you create your own splashtext child GUI with $WS_EX_MDICHILD style or

using WinAPI functions, and let Windows handle that for you.

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...