VC++ radioButton1_Click called with loadind form, why?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Moon Stone
    New Member
    • Jan 2012
    • 2

    VC++ radioButton1_Click called with loadind form, why?

    Hello,

    I have form with radiobuttons in there. I have radioButton1_Cl ick(..)...i want to use this function only when clicking, but it comes called when uploading form. Why? How can i lose it?

    Thank you beforehand,

    Moon Stone.
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    is this MFC? if not then check if break statement is missing

    Comment

    • Moon Stone
      New Member
      • Jan 2012
      • 2

      #3
      It is MFC. But i really feel smth missing, but can't understand what! I've done this function manually because didn't find auto creator(

      Comment

      • johny10151981
        Top Contributor
        • Jan 2010
        • 1059

        #4
        How about seeing the code block related to Macro that make the function call

        Comment

        Working...