| 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
 
 
 |