MSFN Forum: VC++ 6 Property Sheet/Property Page - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

VC++ 6 Property Sheet/Property Page Rate Topic: -----

#1 User is offline   raduking 

  • RegTweak XP
  • PipPip
  • Group: Members
  • Posts: 188
  • Joined: 30-July 03

  Posted 23 September 2004 - 04:49 PM

When I try to create a modeless Property Sheet the tab switching between the Property pages won't work...

when I try the same on a modal Property Sheet it works flawlessly...

is anybody experiencing this problem or maybe knows how to fix it ?

modeless:
CWnd *pDesk = m_pMainWnd->GetDesktopWindow();

m_pSettings = new CPropertySheetSettings("Settings", pDesk);

m_pSettings->AddPage(m_pPage1);
m_pSettings->AddPage(m_pPage2);

m_pSettings->Create(pDesk);


modal:
m_pSettings = new CPropertySheetSettings("Settings");

m_pSettings->AddPage(m_pPage1);
m_pSettings->AddPage(m_pPage2);

m_pSettings->DoModal();



Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy