Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
How to capture UserControl mouse events in it's container
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Stefan, post: 3945683"] Hello, I want to be able to capture UserControl mouse events by the container of the UC. My final goal is to be able to move at run-time the UC in the container. I have been able to do this with regular controls, by capturing the MouseDown,MouseMove and MouseUp events. But when it comes to UserControls, the mouse events are captured by the UC's different controls and not the container. I have tried setting the Capture property of the container to True but it does'nt help. If someone knows the answer to this, please let me know. Thanks [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
How to capture UserControl mouse events in it's container
Top