| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Please Help
When I publish a project as a .exe I want it to automaticly go full screen when it starts... How can I do this?
|
|
#2
|
|||
|
|||
|
a project in what langauage? LOL - give us a clue mate
if its vb or something similar just get the window handle and set its height and width to the screen dimensions...? |
|
#3
|
|||
|
|||
|
Full Screen - Piece of cake
Quote:
If you are programming in Delphi, in the Object Inspector, choose your main form/properties. At the bottom is WindowsState, or something like that. Choose wsMaximized from the drop down box. |
|
#4
|
|||
|
|||
|
Or, if you want to do it programatically, in the FormCreate method of you main form, type
WindowState := wsMaximized; |
![]() |
| Viewing: Tutorialized Forums > Desktop Programming > Delphi > Please Help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|