ALX
Well-known member
Is it possible to get the bounds / location of an item in a standard Combo-Box Drop down list?
Rect1 = CB_DropDown.GetItemRectangle(7)
ReqPos = CB_DropDown.PointToScreen(New Point(Rect1.X + 30, Rect1.Y + 10))
Dim i As Integer = CB_DropDown.ItemHeight
ReqPos = CB_DropDown.PointToScreen(New Point(30, CB_DropDown.Height + CInt(i * 7)))