12-10-2013 12:41 PM
I want to run and view my program in full screen mode
not to make the panel look bigger, but to use real full screen
how can i do it?
thanks
12-10-2013 05:27 PM
SetPanelAttribute (panelHandle, ATTR_WINDOW_ZOOM, VAL_MAXIMIZE);
12-11-2013 01:11 AM
thank you but i didnt mean to stretched the panel so it will be bigger.
i want to do like real games.. full screen mode!
when you dont see the start button ,toolbar and desktop
12-11-2013 02:35 AM - edited 12-11-2013 02:38 AM
Setting the window zoom has the same effect of pressing the maximize button on a window: on Windows 7 the taskbar, if hided, won't show by moving the mouse to its position, but it will be shown if pressing Windows button ot Ctrl+Esc (see here for informations on taskbar auto-hide property).
You can also use the alternative methods described in this help topic.