Hola,
You can use this function to maximize user interfaces :
SetPanelAttribute(panelHandle,ATTR_WINDOW_ZOOM,VAL_MAXIMIZE);
In order to resize the contents of the panel, you must check the attribute "Scale contents on resize" in the panel properties. Be careful, this works as a zoom : objects will look smaller if resolution is smaller.
BMN