How can I object name that is in the form and the mouse is on it do?
-
How can I object name that is in the form and the mouse is on it do? Thanks! milad.biroonvand
-
How can I object name that is in the form and the mouse is on it do? Thanks! milad.biroonvand
-
could be both, however I don't think it is. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
All Toronto weekends should be extremely wet until we get it automated in regular forums, not just QA.
-
How can I object name that is in the form and the mouse is on it do? Thanks! milad.biroonvand
You might want to have someone else more versed in English post this question. Your post makes no sense at all.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
How can I object name that is in the form and the mouse is on it do? Thanks! milad.biroonvand
I am going to assume that you are saying how can you find the name of the object which the mouse is over. Would that be correct? You would have to use a routine that accessed the mouse hover probably and then read the details from the sender object. That would be my suggestion.
-
How can I object name that is in the form and the mouse is on it do? Thanks! milad.biroonvand
Just add a ToolTip to your form and set the ToolTip on each control to the name of the control.