view form in fullscreen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
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
 
Back
Top