PDA

View Full Version : Full Screening A Form



Cer3brus
15-09-2009, 06:52 PM
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

czar
15-09-2009, 07:23 PM
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.

AthenaOfDelphi
15-09-2009, 07:59 PM
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.