PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to put a window in the middle of the screen ?
How to put a window in the middle of the screen ?
Iniciado por Johan Van Brecht, 29,mar. 2005 00:43 - 2 respuestas
Publicado el 29,marzo 2005 - 00:43
hi,
is it possible (by programmation) to put a window in the middle of the screen ?
Thanx for any reaction

vblsoft.com
Publicado el 29,marzo 2005 - 00:56
Johan,
Somthing like:
window..X = SysXRes()/2 - window..width/2
window..Y = SysYRes()/2 - window..height/2 - taskbarheight/2
HTH
Merijn

hi,
is it possible (by programmation) to put a window in the middle of the screen ?
Thanx for any reaction



OrangeTree Project Solutions
Publicado el 29,marzo 2005 - 03:09
Hi,
Open the window description, go to details, choose Position as Centered in parent window.
Gill
hi,
is it possible (by programmation) to put a window in the middle of the screen ?
Thanx for any reaction