Trying to have a colored application background via maximized borderless background form and be able to move other borderless forms around on top of it. I've tried 2 different code examples (one API with only MouseDown, the other with MouseDown, Up and Move, no API). The issue is that as soon as the borderless popup form starts to move, a blank area appears at the top just under the quick access toolbar and another large green area moves with the popup. Not sure if that is really what is happening because the white area at the top appears shifted down and left as soon as the popup starts to move then there is a green area that moves moves with the popup. See images:
grey area at top is quick access toolbar area, right edge is application window
green bar is form image control; top white area appears as soon as form starts to move but does not move with form, right-lower green area moves with form. You can see it aligns with the top of the borderless form. What looks like a border on right side of popup is a box control.
I guess the main question is, has anyone developed a method of moving borderless forms over a colored application area - short of hiding the application window altogether? Or would that be my only option? Have never bothered to hide app window, and suspect that any "background" form would behave same as it does here. If you're asking "why", I'd say it's because you don't use Access 2016 or later - the built in form border is crap. Or you don't mind it.