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

Thread: check box

  1. #1
    Join Date
    Jan 2000
    Posts
    6

    check box

    i have 6 check boxes and a list box after clicking the check box the checks wont disapear for me to start over for a new input


  2. #2
    Join Date
    Feb 2000
    Location
    South Carolina, US
    Posts
    36

    Re: check box

    explicitly set their value to 0 or false, then if it still doesn't work, have the code call their refresh methods.


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