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 gkittelson 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: kpurushoth
  • Order by date
  1. kpurushoth

    disabling some checkboxes in a listbox

    Hi, I dont think there's any property or method for this.But u can do it programmatically. While loading the list box u might be knowing what all can be checked & what all cant be checked. So while loading the list items which can't be checked u set the itemdata property with odd numbers & the...
  2. kpurushoth

    Multiple forms

    Hi, I feel like this could also be a solution for ur problem. There's a property by name zorder for the form which will bring the form to the foreground which is already open but in the background.I hope this is ur problem. If so here is the solution. form1.show form1.zorder(0)...

Part and Inventory Search

Back
Top