yankarinRG
New member
- Local time
- Today, 08:52
- Joined
- Nov 6, 2016
- Messages
- 5
Hello, is there a fast and cheap way to fill the background of a form with a single or more colours when the size of the form is smaller than the one of the screen?
I am developing a 1024x768 sized database and I would like to make it as good looking as possible. I would like to center the forms to the screen (i.e. on a 1920x1080 display the form will have 448 px as left and right padding and 156 ad top and bottom) and, if displayx >1024 and displayy > 768 then add a colour filler.
Is it possible?
I set the forms to popup and, on load, doCmd.Maximize and, even with auto center and auto dimension set to ON, it doesn't behave as I want. Thanks
I am developing a 1024x768 sized database and I would like to make it as good looking as possible. I would like to center the forms to the screen (i.e. on a 1920x1080 display the form will have 448 px as left and right padding and 156 ad top and bottom) and, if displayx >1024 and displayy > 768 then add a colour filler.
Is it possible?
I set the forms to popup and, on load, doCmd.Maximize and, even with auto center and auto dimension set to ON, it doesn't behave as I want. Thanks
