INFO: Location of the Cursor in a List Box (29961)



The information in this article applies to:

  • Microsoft Platform Software Development Kit (SDK) 1.0

This article was previously published under Q29961

SUMMARY

There is no way to determine which item in the list box has the cursor when the LBN_DBLCLK message is received. You must keep track of which item has the cursor as it moves among the items. When you receive the double-click message, you will know which box has the cursor.

Modification Type:MinorLast Reviewed:7/11/2005
Keywords:kbCtrl kbinfo kbListBox KB29961