07-13-2016 05:55 AM
Hola,
Estoy tratando de que al iniciar la aplicación la interfaz gráfica ocupe toda la pantalla (el primer plano). ¿Alguien sabe cómo hacerlo?
Mi OS es Windows 7.
Gracias.
Hello,
I am trying to initiate the application and the graphical interface occupies the whole screen (the first plane). Does someone know how to do it?
My OS is Windows 7.
Thank you.
Solved! Go to Solution.
07-13-2016 03:44 PM - edited 07-13-2016 03:46 PM
SetPanelAttribute (panelHandle, ATTR_WINDOW_ZOOM, VAL_MAXIMIZE);
Este comando al mismo tiempo engorda la ventana y la muestra, por lo que ya no es necesario usar el DisplayPanel.
This command widens the window and contemporarily shows it, so calling DisplayPanel is no more needed.