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

Threaded View

  1. #1
    Join Date
    Sep 2006
    Posts
    392

    [RESOLVED] Checkbox

    Dear all,
    How to check a checkbox is checked or not.That is get the status of the checkbox.And alos toggle the enabled property of the two group box with respect to the state of the checkbox.
    If the checkbox is checked,One groupbox should be enabled and one should be disabled and vice versa .How do i?
    Last edited by danasegarane; February 4th, 2007 at 07:31 AM.
    VS 2005

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