+ Reply to Thread
Results 1 to 9 of 9

How to make form fullscreen

  1. #1
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    How to make form fullscreen

    hello, can tell me how to make form view is fullscreen, so user just only see the form...possible?? (Access 2003)
    thanks

    herukuncahyono
    Last edited by herukuncahyono; 03-31-2009 at 09:09 PM.

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: How to make form fullscreen

    Add this to the code page of your form:

    Please Login or Register  to view this content.
    HTH
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    Re: How to make form fullscreen

    ConneXionLost,thanks for answer, but I want it fullscreen not maximize......it is impossible
    anyway thanks
    herukuncahyono

  4. #4
    Forum Administrator ExlGuru's Avatar
    Join Date
    03-17-2009
    Location
    India
    MS-Off Ver
    2003,2007
    Posts
    222

    Re: How to make form fullscreen

    Hi,

    I use an event procedure on the "on open" of the form, to do this open your form and double click the square between the 2 rulers.

    This will bring up the form properties window,select the all tab and scroll to find On open once you have done that click the ... on the right of on open and select code builder in code builder put this command between the "private sub" and "end sub".

    DoCmd.Maximize

    your command should look something like this:

    Please Login or Register  to view this content.
    ExlGuru

  5. #5
    Forum Administrator ExlGuru's Avatar
    Join Date
    03-17-2009
    Location
    India
    MS-Off Ver
    2003,2007
    Posts
    222

    Re: How to make form fullscreen

    Get more information from this link:
    http://www.codeproject.com/KB/cs/Ful...DotNetApp.aspx

  6. #6
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: How to make form fullscreen

    I don't think you can get FULL full screen (but I could be wrong). The next best thing would be to go to the form properties, make the border style "dialog" and disable the scroll bars, nav buttons min max buttons, close button, etc. Doing this will make it "look" like it is full screen.

    HTH

  7. #7
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    Re: How to make form fullscreen

    Please check this picture. I have been seen this access form
    ( sorry the file is too large???) beside the access logo there are the project title. not "Microsoft Access" on the top screen.
    thanks
    Last edited by herukuncahyono; 03-31-2009 at 03:33 AM. Reason: attach file

  8. #8
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: How to make form fullscreen

    If you go to "Tools > Startup..." you'll be able to do the same by putting your project name in the "Application Title:" textbox.

    Note that in this "Startup" dialog box you'll be able to disable the menus and Database Window. This will also contribute to giving you the "Full Screen" effect for your database; but, BE CAREFUL!! Don't make the mistake of locking yourself out of your database by eliminating the ability to close your form.

    HTH

  9. #9
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    Re: How to make form fullscreen

    ConneXionLost, great.. its work thaks for your help...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1