Extra form object on device

sbruno

Member
Licensed User
When creating any app (plain hello world app), I noticed that the Desktop app looks fine, however, my Device app contains an extra retangular area below the Title Bar which appear to be a shade darker panel that runs the length of the screen horizontally and about the height of the title bar, with a vertical line on the left. It blocks some information if I want to place new objects in the area on any form.

Not sure if this was resolved already, just can't figure what to type in the search for this specific problem.

Any information on what this could be or how to hide/work around it?

Thanks
 

sbruno

Member
Licensed User
Disable the Title Bar area

Thanks once again.

Your information directed me to the FormLib.dll
FullScreen2(true, false) ' keeps the title bar, disables the menu bar
 

MarcRB

Active Member
Licensed User
Longtime User
I just want to say Thank You,

The answer in this thread helps me too.
 
Top