view form in fullscreen

M

Mario

Is there a way to make a form to open in something like fullscreen mode, without the menu bar, status bar and, if possible, and the title bar? I need all this to work an every computer, not only for my computer

Any ideeas

Mario
 
J

Jamie

Hi Mario,

This should point you in the right direction:-

1. Set your form's Pop-Up property to "yes".
2. Set it's Border Style to "None"
3. Place the following line of code in the form's open event:
Access.DoCmd.Maximize

Jamie
www.jamiessoftware.tk

Mario said:
Is there a way to make a form to open in something like fullscreen mode,
without the menu bar, status bar and, if possible, and the title bar? I need
all this to work an every computer, not only for my computer.
 
M

Mario

10x Jamie
The only problem I still have is that if I do as you told me (pop up, maximze the form), it's displayed from the left corner, not in the center of the screen
The "AUTO Resize" property is set to NO, "AUTO Center" to YES, so what is the problem

Mario
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top