Welcome Guest Search | Active Topics | Members | Log In | Register

Fullscreen Options
addict
Posted: Friday, February 22, 2008 9:43:45 AM
Rank: Newbie
Groups: Member

Joined: 2/20/2008
Posts: 4
Points: 12
Location: Swiss
How Can I make that the preview starts in Fullscreen (maximized)?
hm
Posted: Friday, February 22, 2008 9:56:51 AM

Rank: Administration
Groups: Administration , Member

Joined: 7/17/2007
Posts: 8
Points: 27
Location: Saint-Petersburg
When you create a preview window using DoCreatePreview(...) member function you can put WS_MAXIMIZE style as dwStyle parameter, i.e.:
DoCreatePreview(GetSafeHwnd(),_T("BestView preview window"),AfxGetInstanceHandle(),WS_EX_APPWINDOW | WS_EX_WINDOWEDGE,WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_MAXIMIZE);
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

Powered by Yet Another Forum.net version 1.9.0 (NET v2.0) - 10/10/2006
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.220 seconds.