![]() |
Hide the Frame to show Full view in Ribbon frame |
Post Reply
|
| Author | |
dijesh.k.a
Newbie
Joined: 15 October 2006 Location: India Status: Offline Points: 19 |
Post Options
Thanks(0)
Quote Reply
Topic: Hide the Frame to show Full view in Ribbon framePosted: 08 February 2007 at 7:47am |
|
Hai, i am using q3 ribbon frame theme.I want to hide the frame and show full view during runtime .For that i have used the below code
GetCommandBars ()->ToggleVisible(0);m_wndStatusBar.ShowWindow(SW_HIDE) ;
ModifyStyle(WS_TILEDWINDOW|WS_BORDER ,NULL,0);
ModifyStyleEx(WS_EX_OVERLAPPEDWINDOW, NULL, 0);
ShowWindow(SW_HIDE);
ShowWindow(SW_SHOWMAXIMIZED);
but Frame is not hided at rutime .
How can i do this .Need Help.
Dijesh
|
|
|
Dijesh.K.A
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 08 February 2007 at 11:38am |
|
Hi,
think you also have to call pRibbon->EnableFrameTheme(FALSE);
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
dijesh.k.a
Newbie
Joined: 15 October 2006 Location: India Status: Offline Points: 19 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 February 2007 at 1:04am |
|
hai,
But "EnableFrameTheme(); "
Having no arguments in 10.3
is there any other method
Thanks
Dijesh
|
|
|
Dijesh.K.A
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 February 2007 at 1:56am |
|
Hi,
Afraid no. Recommend you update to 10.4.2.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
dijesh.k.a
Newbie
Joined: 15 October 2006 Location: India Status: Offline Points: 19 |
Post Options
Thanks(0)
Quote Reply
Posted: 09 February 2007 at 3:03am |
|
hi,
Thanks oleg.
|
|
|
Dijesh.K.A
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() 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 |