Add search bar in MDI document view ? |
Post Reply |
Author | |
unknow
Groupie Joined: 14 January 2009 Location: Belgium Status: Offline Points: 62 |
Post Options
Thanks(0)
Posted: 22 October 2009 at 7:28pm |
Hi all; I would like to add a search bar tool in my MDI document view, just as this example taken from IE8 (see RED area).
I've seen the Pane sample, but I'm not sure this is the correct way to do, and I don't want to have a caption, only the bar itself.
Can someone please link me to a sample ?
Thanks!
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Our RibbonSample has sample for CXTPMessageBar. you can copy its code to your application and adopt for search pane.
or maybe easier create dialog temp and create standard MFC CDialogBar for it.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
unknow
Groupie Joined: 14 January 2009 Location: Belgium Status: Offline Points: 62 |
Post Options
Thanks(0)
|
I did using the MFC CDialogbar + CRebar (for docking + show/hide support) that I added into the CChildFrame::OnCreate
But I'm wondering if this code will still be supported in Windows 7; I mean the CDialog bar is a pretty old MFC class; What's your opinion about this ?
The CXTPMessageBar looks nice too but the CDialogbar is of course easier since I need to handle events from controls within the dialog bar template.
Thanks.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
CDialogBar works with Windows 7 without problem. Don't see nothing wrong about this class.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
unknow
Groupie Joined: 14 January 2009 Location: Belgium Status: Offline Points: 62 |
Post Options
Thanks(0)
|
Hi. Is there a way to apply codejock theme manager to the standard CDialogBar ?
|
|
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 |