Hi,
I'm trying to create a window that will allow me to disable/hide the title bar. I originally have this programmed using a pop-up window, however, there are certain properties of pop-up windows that make this less desirable (when the pop-up window is clicked, the parent window is brought into focus, minimization of the parent window also minimizes the pop up - I'd like to keep it maximized). The best alternative I could think of would be to change the window type to main, however, I do NOT want a title bar as I do not wish the user to be able to reposition, or generally manipulate the screen.
I haven't been able to figure out how to disable the title bar of a main window type and google has proven futile. Any ideas?
Thanks in advance.
I'm trying to create a window that will allow me to disable/hide the title bar. I originally have this programmed using a pop-up window, however, there are certain properties of pop-up windows that make this less desirable (when the pop-up window is clicked, the parent window is brought into focus, minimization of the parent window also minimizes the pop up - I'd like to keep it maximized). The best alternative I could think of would be to change the window type to main, however, I do NOT want a title bar as I do not wish the user to be able to reposition, or generally manipulate the screen.
I haven't been able to figure out how to disable the title bar of a main window type and google has proven futile. Any ideas?
Thanks in advance.