Recover Data Desk

BlitzPlus Forums/BlitzPlus Beginners Area/Recover Data Desk

Yue(Posted 2012) [#1]
You can recall the top of the desktop and width of the desk, when I create a window to position it in the middle of the desk??, GraphicsWidth Something like, but the desktop.

Greetings.


Yue(Posted 2012) [#2]
Ok, no Problem.
 Ventana Inicial.
Local Windows% 		= CreateWindow("Instalador de Pawn",ClientWidth(Desktop())/2-252,ClientHeight(Desktop())/2-159,510,350,0,1)
Local Bton_Next% 	= CreateButton("Siguiente",430,280,55,25,Windows%,0)
Local Bton_Close%	= CreateButton("Cancelar",370,280,55,25,Windows%,0)
Local Linea1% 		= CreatePanel (0,270,510,5,Windows%,1)
Local Linea2% 		= CreatePanel (0,10,510,5,Windows%,1)
Local Img_Panel%    = CreatePanel (10,17,115,250,Windows%,0)
SetPanelImage (Img_Panel%,"Box.bmp")


Last edited 2001

Last edited 2012

Last edited 2012

Last edited 2012


Floyd(Posted 2012) [#3]
Right now this says "Posted 3 hours ago" and "Last edited over 1 year ago".