I think this is a weird one. I'm an embedded developer and build small apps that communicate with my embedded systems for my clients. One client wants an app with specific colors and no title bar. I believe that without the title bar it is not possible to minimize (except with the Windows minimize function) or to move the parent panel. To me, these are too restrictive. Is there a way around this?
Based on other posts, I think it is not possible to color the parent panel title bar with a custom color. So having a title bar clashes with their color scheme. But, if I make the title bar not visible, set the heights to 0 (except titlebar thickness which must be 1 minimum), turn off the exit, maximize and minimize buttons, and everything else I can think of, when I run the app there is a small empty (white) banner at the top of the app. I can't do anything with that banner including click and drag. My app can be scaled though, and that works.
Even if they want to live with not being able to move the parent window, there is still a clashing bar where the title bar would be.
Any ideas on how I might change this? (I guess I expect the answer to be "None.")
Thanks for pondering on this.
Dave