473,395 Members | 1,745 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

full screen form

Hi I'm just starting to build an access database for school project. Iwas wondering if anybody can tell me how to make a form open on full screen, covering all of the taskbar...

much much appriciated... thx :D
Jul 21 '07 #1
9 33688
missinglinq
3,532 Expert 2GB
There may be a slicker one of doing it, but I simply make the form Popup and size it to cover the entire screen, which takes a bit of tweeking. The form width needs to be set to 8.375, I think, and then you just have to adjust and test until you get the length correct.Also, opening the form from with the Design View will never place it at the top of the screen. After you think you've got it right you need to open the form by clicking on it in the objects dialog box.

Also, centering the form can be tricky! It's sort of counterintuitive, as you'll see in step one:

1) AutoCenter must be set to No
2) In design view move form to correct position
3) Click on Save
4) Close form without doing anything else!

Once again its sort of trial and error until you get it right! Most of my users are intimidated by the Access interface, which is why I give them a straight Visual Basic looking GUI.

Being in Popup mode, the standard menus aren't available to your users, even using shortcut keys. This suits my purpose perfectly, but may not be for everyone.

Good Luck and Welcome to TheScripts, Gabriela!

Linq ;0)>
Jul 21 '07 #2
OldBirdman
675 512MB
If your form is named fFORM, then after opening form -
Expand|Select|Wrap|Line Numbers
  1. DoCmd.SelectObject acForm, "fFORM"    'Force fFORMto be current, active object
  2. DoCmd.Maximize
  3.  
OldBirdman
Sep 29 '07 #3
missinglinq
3,532 Expert 2GB
make a form open on full screen, covering all of the taskbar

DoCmd.Maximize
will only maximize the form so that it fills the Access window, OldBirdman! The OP wants it to fill the entire computer screen, menus taskbars and all!

Linq ;0)>
Sep 29 '07 #4
OldBirdman
675 512MB
OK, I misread the problem. Thank you for pointing that out.

OldBirdman
Sep 29 '07 #5
Jim Doherty
897 Expert 512MB
Hi I'm just starting to build an access database for school project. Iwas wondering if anybody can tell me how to make a form open on full screen, covering all of the taskbar...

much much appriciated... thx :D
Make the form as wide as you like wider than the screen longer than the screen and if you set at least these properties of the form the effect will be as you desire a full screen form. You obviously will have to put some mechanism on there to close it in the event of some problem (a transparent close command button or something.)

min max buttons none
Borderstyle none
popup yes
navigation buttons no
Recordselectors no
scrollbars neither

then in the on load event enter the code

Expand|Select|Wrap|Line Numbers
  1.  DoCmd.Maximize
Sep 29 '07 #6
missinglinq
3,532 Expert 2GB
As I said in Post # 4 , DoCmd.Maximize only causes the form to maximize to fill the Access window. If the form has been sized correctly, it will cover the entire screen, menus, taskbar and all without this. In fact, if this has been done, adding the DoCmd.Maximize command will sometimes (in ACC2000 and ACC2003) cause only half of the form to appear. Never have figured out why that happens.

Linq ;0)>
Sep 30 '07 #7
Jim Doherty
897 Expert 512MB
As I said in Post # 4 , DoCmd.Maximize only causes the form to maximize to fill the Access window. If the form has been sized correctly, it will cover the entire screen, menus, taskbar and all without this. In fact, if this has been done, adding the DoCmd.Maximize command will sometimes (in ACC2000 and ACC2003) cause only half of the form to appear. Never have figured out why that happens.

Linq ;0)>
Hi Ling :)

Its interesting I tried to post the metadata for a form I have here that shows a 1 inch width by one inch tall form with a simple close button on it intention being that you could then load it in to a db to look at using application.LoadFromText the idea being to show that without the Docmd.maximize command it opens centre screen and small without borders. (obviously because its popup and autocenter) If you then add the docmd.maximize command because the various form properties option have been set ie: borderless and so on the form opens up to fill the entire screen not just the access window 'irrespective' of the actual size dimensions of the form. In other words the form can be as big or small as you like.

Needless to say the posted metadata data for the form didnt work on preview when I copied it back out of the html page to make sure that you could be able to reconstitute it your end (using the LoadFromText method) using either 'notepad' or 'write' so obviously some formats relied on in the rebuild text are being lost oh well it was worth a try

Jim :)
Oct 1 '07 #8
missinglinq
3,532 Expert 2GB
It's always worth a try, especially where Access is concerned! Of all the environments I've used to develop apps, Access/VBA has got to be the least/worst documented. Part of this is due, I think, to the fact that about 75-85% of VBA was not written from scratch, so to speak, but rather was "snitched" from QuickBasic 4.5! I think a lot of the things simply never made it into the Help files. Another part is that Access is simply so incredibly big and complicated! I've been dancing this dance for over ten years and find out something new about it almost weekly. The bottom line is you really can't depend on Access Help; you almost have to try out everything for yourself!

Linq ;0)>
Oct 1 '07 #9
Jim Doherty
897 Expert 512MB
It's always worth a try, especially where Access is concerned! Of all the environments I've used to develop apps, Access/VBA has got to be the least/worst documented. Part of this is due, I think, to the fact that about 75-85% of VBA was not written from scratch, so to speak, but rather was "snitched" from QuickBasic 4.5! I think a lot of the things simply never made it into the Help files. Another part is that Access is simply so incredibly big and complicated! I've been dancing this dance for over ten years and find out something new about it almost weekly. The bottom line is you really can't depend on Access Help; you almost have to try out everything for yourself!

Linq ;0)>

Haha I'm glad you feel the same way

Jim :)
Oct 1 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: 4Space | last post by:
Hi, anyone know how to make a Form full screen?? I'm almost there, I just wondered if there's any way to have my form over the taskbar. Cheers, 4Space
6
by: zhimin | last post by:
Hi! How to set a form full screen, the title bar, close button, and system task bar should hide while the form run. Like some game software such as Empero Era, Brood, Quake and so on. Thanks!
6
by: Nicky | last post by:
hi,all We are going to develop a program and when it is running, we need it full screen and also, user can not switch to other place before exit our program. I am thinking, we can make a window...
16
by: Naveen Mukkelli | last post by:
Hi, How can we run the app on full-screen. I mean all the controls such as, text boxes, data grids on the form would also be resized or re-located automatically when we press maximize button...
3
by: Anson Ng | last post by:
I'm developing a POS application and am looking into ways of making it a full screen application. I found that I can use Direct3D. Is this the usual way of implementing a full screen windows...
0
by: Franklin M. Gauer III | last post by:
Hi, We have an application running that uses FULL SCREEN ANCHORING in Windows Forms. The application runs fine on all of our desktops and some laptops. We are having problems with certain Dell...
1
by: Jon Vaughan | last post by:
Im writting an app that uses full screen forms ( borderless ) and I find that when I go from one form to another the contents of the forms are getting render together , as in you can see part of...
11
by: Richard | last post by:
Dear All, Does someone have a clue as to how you can get a form to show show itself "Full Screen"? Without Taskbar just a Form. Like Internet Explore if you press F11? Really need a solution...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.