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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Control IDs not showing in ClassWizard

Control IDs not showing in ClassWizard

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
3 Posts 2 Posters 0 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.
  • J Offline
    J Offline
    jpyp
    wrote on last edited by
    #1

    I created a new dialog window that includes a number of push-buttons and radio-buttons. When I open ClassWizard I see all my IDs in the "Object IDs" list on the "Message Maps" tab. However on the "Member Variables" tab, some of the IDs are not showing in the "Control IDs" list. I have other dialog windows that are set up the same way and I don't have this problem. What can cause this? I am using MS VC6. Thanks!

    jpyp

    D 1 Reply Last reply
    0
    • J jpyp

      I created a new dialog window that includes a number of push-buttons and radio-buttons. When I open ClassWizard I see all my IDs in the "Object IDs" list on the "Message Maps" tab. However on the "Member Variables" tab, some of the IDs are not showing in the "Control IDs" list. I have other dialog windows that are set up the same way and I don't have this problem. What can cause this? I am using MS VC6. Thanks!

      jpyp

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

      jpyp wrote:

      However on the "Member Variables" tab, some of the IDs are not showing in the "Control IDs" list.

      Because those controls do not have the WS_GROUP style.


      "A good athlete is the result of a good and worthy opponent." - David Crow

      "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

      J 1 Reply Last reply
      0
      • D David Crow

        jpyp wrote:

        However on the "Member Variables" tab, some of the IDs are not showing in the "Control IDs" list.

        Because those controls do not have the WS_GROUP style.


        "A good athlete is the result of a good and worthy opponent." - David Crow

        "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

        J Offline
        J Offline
        jpyp
        wrote on last edited by
        #3

        Thanks that did the trick. However I don't understand why all my push-buttons IDs on that window are showing on the "Member Variables" tab as none of them except one has this property set. Furthermore my radio-buttons in my other windows do not have the WS_GROUP property set, and they are all showing on the "Member Variables" tab. Both windows have the same properties and are created the same way. Something else seems to be going here. Any idea? Thanks!

        jpyp

        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