HOWTO:Customize CSliderctrl? |
Post Reply |
Author | |
u8702656
Groupie Joined: 03 September 2009 Status: Offline Points: 13 |
Post Options
Thanks(0)
Posted: 07 August 2013 at 11:21pm |
Hi,
I use below code to create docking panes.Establish a dialog attached to the pane. Sliderctrl in the dialog, will be affected by setting Theme. How can I customize Sliderctrl? ------------------------------------------------------------------------------------------------------------------------ CXTPDockingPaneManager m_paneManager; m_paneManager.InstallDockingPanes(this); m_paneManager.SetTheme(xtpPaneThemeOffice2007Word); CXTPDockingPane* pwndPane = m_paneManager.CreatePane(IDS_EVENT_WINDOW,CRect(0,0,150,120),xtpPaneDockBottom); m_pPBCalendarDlg = new CPBCalendar(this); m_pPBCalendarDlg->Create(IDD_DLG_CALENDAR, this); pwndPane ->Attach(m_pPBCalendarDlg); -------------------------------------------------------------------------------------------------------------------------- Original dialog: Affected by setting Theme: Can I make this dialog will not be affected by theme? David |
|
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 |