CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2001
    Location
    Los Angeles, CA, United States
    Posts
    47

    Continuous Selecting of Option Button

    I made option button control.
    In every click one of the option button, click event must be generated.
    But if click one option button continuously, 2'nd click event does not be generated.
    I cannot understand why this occurs.
    Is there some property that can control this phenomenon in option button control?
    Could anyone who know it let me know?
    Thank you.

    I'm a senior programmer.
    Working at CamSight, Dental imaging solutions industry.

  2. #2
    Join Date
    Aug 2000
    Location
    Ottawa, Canada
    Posts
    469

    Re: Continuous Selecting of Option Button

    Why do you need it?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured