Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~327 People Reached
Favorite Forums
1 Posted Topic
Hi there, I have a WinForm application written in C#. I have added a WPF usercontrol added to the Winform and I want to get the mouse Events passed back to the WinForm. [B]So you can see in line 6, my XAML I have a MouseUp event:[/B] [code=xml] UserControl x:Class="CustomRssFeed.MainWin" … |
The End.