Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

Ben805

@Ben805
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Check buttons
    B Ben805

    Make sure the member variable for the checkbox is a control variable, not value...then you can use SetCheck()

    C / C++ / MFC question

  • CPropertySheet CPropertyPage quirk
    B Ben805

    Correct. The call to AddPage() should work correct in the constructor. Should is the key word...that is the problem!

    C / C++ / MFC help question

  • CPropertySheet CPropertyPage quirk
    B Ben805

    Sorry...actually I want to do AddPage(&m_page2) in the constructor of the sheet!

    C / C++ / MFC help question

  • CPropertySheet CPropertyPage quirk
    B Ben805

    Constructor: CMsgETIData::CMsgETIData() : CPropertyPage(CMsgETIData::IDD) { //{{AFX_DATA_INIT(CMsgETIData) // NOTE: the ClassWizard will add member initialization here //}}AFX_DATA_INIT } How I _was_ adding pages: CMsgETIData m_page2; m_DQRMsgCreateSheet.AddPage(&m_page2); m_DQRMsgCreateSheet.DoModal(); m_DQRMsgCreateSheet.RemovePage(&m_page2); How I _want_ to add pages: in the sheet header: public: CMsgETIData m_page2; in the body: m_DQRMsgCreateSheet.AddPage(&m_page2); m_DQRMsgCreateSheet.DoModal();

    C / C++ / MFC help question

  • Those crazy Germans
    B Ben805

    I can't believe you doubt what hookers would do for money!

    The Back Room html com
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups