Hey all. is it possible to open a full screen form with hiding START bar?
just like all DirectX/OpenGL engines, i want to open fullscreen window but just form and not any Engine..
FUllScreen?
Started by gogetax1, Aug 30 2008 10:27 PM
2 replies to this topic
#1
Posted 30 August 2008 - 10:27 PM
|
|
|
#2
Posted 30 August 2008 - 11:59 PM
oh nvm.. found a way.. who new that combination of:
BordeyStyle := wsNone;
WindowState := wsMaximized;
should do the trick of fullscreen :P
BordeyStyle := wsNone;
WindowState := wsMaximized;
should do the trick of fullscreen :P


Sign In
Create Account


Back to top









