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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. CreateCheckBox

CreateCheckBox

Scheduled Pinned Locked Moved C / C++ / MFC
helplounge
3 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 6831394
    wrote on last edited by
    #1

    Hi all I am using TabCtrl and add variable m_ctrl drive from class CMyTabCtrl.

        m\_cTab.InsertItem(0,"General Setting");
    m\_cTab.CreateGroupBox("Test",1,0,350,200);
    m\_cTab.CreateCheckBox(FALSE,"Check1", 2,0, 0, 10, 15);
    

    Now i need to use click event on check box. Please help me

    D N 2 Replies Last reply
    0
    • U User 6831394

      Hi all I am using TabCtrl and add variable m_ctrl drive from class CMyTabCtrl.

          m\_cTab.InsertItem(0,"General Setting");
      m\_cTab.CreateGroupBox("Test",1,0,350,200);
      m\_cTab.CreateCheckBox(FALSE,"Check1", 2,0, 0, 10, 15);
      

      Now i need to use click event on check box. Please help me

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      Member 6864839 wrote:

      I am using TabCtrl...

      From where? I do not see any such methods here.

      "One man's wage rise is another man's price increase." - Harold Wilson

      "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

      "Man who follows car will be exhausted." - Confucius

      1 Reply Last reply
      0
      • U User 6831394

        Hi all I am using TabCtrl and add variable m_ctrl drive from class CMyTabCtrl.

            m\_cTab.InsertItem(0,"General Setting");
        m\_cTab.CreateGroupBox("Test",1,0,350,200);
        m\_cTab.CreateCheckBox(FALSE,"Check1", 2,0, 0, 10, 15);
        

        Now i need to use click event on check box. Please help me

        N Offline
        N Offline
        neyerMat
        wrote on last edited by
        #3

        Maybe you should take a look at the MessageMap of your tabcontrol!?

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

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