views:

35

answers:

1

I need the find the rectangle (or really just top, left point) of the selected item in a List Box.

Any one know how to do it?

+1  A: 

P/Invoke SendMessage with LB_GETITEMRECT.

ctacke