![]() |
Urgent..Making Floating pane as Topmost window |
Post Reply
|
| Author | |
babumohan
Newbie
Joined: 25 October 2006 Location: United Kingdom Status: Offline Points: 30 |
Post Options
Thanks(0)
Quote Reply
Topic: Urgent..Making Floating pane as Topmost windowPosted: 03 February 2007 at 3:23pm |
|
I would like to give the scenario
CWnd::CreateEx(WS_EX_CONTROLPARENT, strWndClass, _T(""), WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS, CRect(), pParentWnd, 0); How can I dynamically set and reset the topmost window property for the second floating pane using the menu option of first floating pane.(I required this feature within an application I will be grateful if you can send the code than Ideas. Awaiting your immediate reply Thanks And Regards |
|
|
Babs
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 04 February 2007 at 1:34am |
|
Hello,
Are you talking about DockingPanes?
If so.
1. Create custom Floating Pane window. (See Samples\DockingPane\DockingContainers)
2. dynamically change WS_EX_TOPMOST style.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
babumohan
Newbie
Joined: 25 October 2006 Location: United Kingdom Status: Offline Points: 30 |
Post Options
Thanks(0)
Quote Reply
Posted: 04 February 2007 at 11:57am |
|
Hi I tried with the code. But the window is displaying on the top of all windows.
I would like to make it as the topmost window with respect to the application. Not to the OS. |
|
|
Babs
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 05 February 2007 at 1:35am |
|
Hi,
There is no such style...
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |