TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gustavo Cardoso
NA
1
0
IndexFromPoint for Combobox ?
Jul 21 2006 12:47 PM
Hi!
If i do this
private
void
listBox1_MouseMove(
object
sender,
MouseEventArgs
e)
{label1.Text = listBox1.IndexFromPoint(e.X, e.Y).ToString();}
the label displays the index of the item where my mouse is at the moment
How do i get the same result in a ComboBox?
it dosent have that method, and when i click the dropdown button of the ComboBox it loses Focus and a Listbox is displayed, how do i access that list event ?
Note:i dont want to know the index after it is clicked, i want to know the index as my mouse is moving through the list.
thanks in advance for a response.
Reply
Answers (
0
)
Problem: Set caption of a Columns after data binding in flexgrid componentone
Problem with custom control c#