Results 1 to 3 of 3

Thread: Full Screening A Form

  1. #1

    Full Screening A Form

    Like the title suggests, is this possible using the standard delphi form? What I was thinking of was the type of fullscreen available in delphix i.e The form image is taken and stretched to fit the entire screen.
    Thanks in advance

  2. #2

    Re: Full Screening A Form

    It is unclear what you are asking.

    It is simple enough to set a form to have no border, left := 0, width := screen.width , top := 0 and height := screen.height but is that what you are after?

    You could write some code to loop through vcl components and reposition them when the form is displayed.
    The views expressed on this programme are bloody good ones. - Fred Dagg

  3. #3
    PGD Community Manager AthenaOfDelphi's Avatar
    Join Date
    Dec 2004
    Location
    South Wales, UK
    Posts
    1,245
    Blog Entries
    2

    Re: Full Screening A Form

    Run a google search for this search string:-

    +"full screen" +"delphi"

    241K hits and the 3rd one appears to switch the form to fullscreen and hide the taskbar.
    :: AthenaOfDelphi :: My Blog :: My Software ::

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
  •