Hi to all
I've been trying to MAXIMIZE my appl. Main FORM when the app. start so I add this code to the CONFIG.FPW file:
TITLE = M O V I E C E N T E R
SYSMENU = ON
With _Screen
.WindowState = 2
.Caption = ""
.Closable = .F.
.ControlBox = .F.
.MaxButton = .F.
.Movable = .F.
ENDWITH
and it works fine in some computer and not in another.
it is maybe the screen resolution, but I realy don't know how to fix it. I would like my app MAINFORM always be Maximize.
Any help On this one will be apreciate.
I've been trying to MAXIMIZE my appl. Main FORM when the app. start so I add this code to the CONFIG.FPW file:
TITLE = M O V I E C E N T E R
SYSMENU = ON
With _Screen
.WindowState = 2
.Caption = ""
.Closable = .F.
.ControlBox = .F.
.MaxButton = .F.
.Movable = .F.
ENDWITH
and it works fine in some computer and not in another.
it is maybe the screen resolution, but I realy don't know how to fix it. I would like my app MAINFORM always be Maximize.
Any help On this one will be apreciate.