Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » FullScreen View Collapse All
Subject Author Date
Gunasekaran Velu Feb 15, 2007 - 6:05 AM


hi folks

i got the fullscreen view in my application but onething when i open the child frame then click the fullscreen button my child frame is displayed in full screen but child frame icon and caption also displayed how can i remove that?

Thanks
Guna

Technical Support Feb 15, 2007 - 1:55 PM

Would you send us some screenshots which demonstrate the problem? A test project would also help us quickly find what is wrong.

Piotr C. Mar 12, 2007 - 7:11 PM

Hi,

I have similar problem. I use the following code to obtain the full screen mode:

LONG lStyle = WS_VISIBLE | WS_POPUP;
ShowWindow(SW_SHOWMAXIMIZED);
SetWindowLong(GetSafeHwnd(), GWL_STYLE, lStyle);
SetWindowPos(NULL, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE|SWP_DRAWFRAME|SWP_SHOWWINDOW);

This works fine with all non-Office 2007 themes but when switching to any of Office 2007 style the caption (without close, min, and max buttons) and frame are still visible. Is there an easy way to turn them off?

Regards,
Piotr

Technical Support Mar 14, 2007 - 9:28 AM

We cannot yet confirm that there is any problems with the full screen mode in the FullScreenState sample provided with Prof-UIS 2.64. Could you send us a test project that demonstrates what’s wrong?