In a few words, how do I show a rectangle when the user moves the mouse over, inside of the rectangle I must show a user control.
I have no idea how to do that. Thanks for everything community.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you mean that the user control should be seen all the time and the rectangle should only be seen when the mouse is over it? Then this works: (Border is used to draw a rectangle round another control.)
(Make the border background transparent in order to capture mouse events inside the border)