Re: Custom Control Mouse Events
- From: ahmed.maryam@xxxxxxxxx
- Date: 6 Mar 2007 18:13:35 -0800
Hello Everyone,
I designed a custom control that is entirely covered by a picture box.
I then dragged this custom control onto a windows form application
(called main) and I need to handle mouse events in my main
application. Specifically, when a user double clicks on my custom
control I need to draw something on another picture box located in my
main application.
What I need to be able to do as I mentioned above is somehow establish
communication between the custom control and picture box.
The problem is that because the custom control is entirely covered by
its OWN picture box, whenever the user clicks on the control in
the main form, it doesn't do anything (because its picturebox is
preventing it from receiving mouse clicks.
Any ideas on how to get around this problem? I'd appreciate the help!
One solution might be to draw to the main picture box from the custom
control itself. Is that even possible? Can paint to the main picture
box through my custom control code?
Thanks for any help!
~ Maryam
.
- Follow-Ups:
- Re: Custom Control Mouse Events
- From: ClayB
- Re: Custom Control Mouse Events
- References:
- Custom Control Mouse Events
- From: ahmed . maryam
- Custom Control Mouse Events
- Prev by Date: Custom Control Mouse Events
- Next by Date: Re: Using C# .NET 2.0 WebBrowser to show new window wi ...
- Previous by thread: Custom Control Mouse Events
- Next by thread: Re: Custom Control Mouse Events
- Index(es):
Relevant Pages
|