CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Location
    germany
    Posts
    12

    tab stop radio buttons

    I am working with property pages and I have arranged several groups of radio button on these pages. As long as I do not use DDX, the (unchecked) radio buttons are tab stopped correctly. When I connect a member variable to the radion buttons, the radio buttons are only recognised as a valid tab stop, if one of the buttons is checked.

    Thanx in advance


  2. #2
    Join Date
    Jun 1999
    Posts
    42

    Re: tab stop radio buttons

    Hi Oleg:

    I encounter the same problem as well. Have you got it resolved ?

    Regards,

    Vincent


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