Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nauman73
  • Order by date
  1. nauman73

    How do I disable or "gray-out" a checkbox from within a function?

    Just call "EnableWindow" function on your checkbox. For example, if your checkbox is named "MyCheckBox", you will use this call in your function. MyCheckBox.EnableWindow(FALSE); So if you have 10 checkboxes, you will call this function for each of them. A checkbox is a...

Part and Inventory Search

Back
Top