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 biv343 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: CaboB
  • Order by date
  1. CaboB

    Get index of the first visible item in a list box

    hm, for multiselect listbox this Get_Selected_Index() will just return index of one selected item, the one it first comes across, which will be the one with lowest index. Even for singleselect listbox it would return the index of the item that was selected before current MouseDown event...
  2. CaboB

    Get index of the first visible item in a list box

    ListIndex property will give me index of last selected item (multiselect list) but I need to catch index of an item during the MouseDown event. At that moment the item on which user press the mouse is not jet selected therefore ListIndex property doesn't help. The reason I need all of this is...
  3. CaboB

    Get index of the first visible item in a list box

    I'm developing aplication in MS Access 2003 where I have a form with one listbox holding more items than can be shown at once. Whenever user click on some item I want to calculate (in mousedown and mouseup event) listindex of that item. Only way I figure I could do it is dividing Y coordinate...

Part and Inventory Search

Back
Top