CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Help Please

  1. #1
    Join Date
    Aug 2001
    Location
    MN,USA
    Posts
    5

    Help Please

    In the form I should select one the following

    Option(Radio) Button or Check Box.

    If I selected any one of the above five more Option(Radio) Button or Check Box will be appear in the form. If I selected Option(Radion) Button the Check Box will be visible = False

    My question is If I selected Option(RADIO) Button, for some reason, I like to select the Check Box.

    How can I?

    If some one know the solution please let me know?

    Thanks

    Sridhar


  2. #2
    Join Date
    Apr 2001
    Posts
    90

    Re: Help Please

    Check1.Value = 1


    CodeHacker
    Rate me if it helped, Thanks

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