Click here to Skip to main content
15,885,683 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: ssrs report(RDL) using silverlight Pin
Mark Salsbery22-Nov-09 7:57
Mark Salsbery22-Nov-09 7:57 
QuestionThe Best Chart Tool for WPF Pin
wpftester17-Nov-09 23:10
wpftester17-Nov-09 23:10 
AnswerRe: The Best Chart Tool for WPF Pin
daniel radford18-Nov-09 23:54
daniel radford18-Nov-09 23:54 
QuestionBinding to a Database in WPF using LINQ-SQL Pin
Maninandan17-Nov-09 21:29
Maninandan17-Nov-09 21:29 
QuestionOutofBrowser concept Pin
Gopal_Kanchana17-Nov-09 18:37
Gopal_Kanchana17-Nov-09 18:37 
AnswerRe: OutofBrowser concept Pin
Ravi Bhavnani17-Nov-09 19:06
professionalRavi Bhavnani17-Nov-09 19:06 
GeneralRe: OutofBrowser concept Pin
Gopal_Kanchana17-Nov-09 19:26
Gopal_Kanchana17-Nov-09 19:26 
QuestionWPF UserControl MouseEvents to Winform Pin
EcklerPa 217-Nov-09 18:09
EcklerPa 217-Nov-09 18:09 
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.

So you can see in my XAML I have a MouseUp event:

UserControl x:Class="CustomRssFeed.MainWin"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Height="41" Width="699" Foreground="#FFFFFFFF" Loaded="MainWin_Loaded" Unloaded="MainWin_Unloaded"
SizeChanged="MainWin_SizeChanged"
MouseUp="UserControl_MouseUp"

and I have a XAML.CS with:

private void UserControl_MouseUp(object sender, MouseButtonEventArgs e)
{
Cry | :((
}

My question is how do I convert the MouseButtonEventArgs e to a friendly WinForm version of MouseEventArgs ???
AnswerRe: WPF UserControl MouseEvents to Winform Pin
Mark Salsbery17-Nov-09 20:04
Mark Salsbery17-Nov-09 20:04 
GeneralRe: WPF UserControl MouseEvents to Winform Pin
Patrick Eckler18-Nov-09 4:10
Patrick Eckler18-Nov-09 4:10 
QuestionSilver Light Application Pin
rag_Singh16-Nov-09 23:03
rag_Singh16-Nov-09 23:03 
AnswerRe: Silver Light Application Pin
Kunal Chowdhury «IN»11-Dec-09 3:57
professionalKunal Chowdhury «IN»11-Dec-09 3:57 
QuestionDrawing graphics like in a rectangle or image. Pin
CaptainSeeSharp16-Nov-09 8:49
CaptainSeeSharp16-Nov-09 8:49 
AnswerRe: Drawing graphics like in a rectangle or image. Pin
Ian Shlasko16-Nov-09 9:03
Ian Shlasko16-Nov-09 9:03 
GeneralRe: Drawing graphics like in a rectangle or image. Pin
CaptainSeeSharp16-Nov-09 9:26
CaptainSeeSharp16-Nov-09 9:26 
GeneralRe: Drawing graphics like in a rectangle or image. Pin
Ian Shlasko16-Nov-09 9:48
Ian Shlasko16-Nov-09 9:48 
AnswerRe: Drawing graphics like in a rectangle or image. Pin
Christian Graus16-Nov-09 12:11
protectorChristian Graus16-Nov-09 12:11 
GeneralRe: Drawing graphics like in a rectangle or image. Pin
dan!sh 16-Nov-09 22:20
professional dan!sh 16-Nov-09 22:20 
GeneralRe: Drawing graphics like in a rectangle or image. Pin
Christian Graus16-Nov-09 22:59
protectorChristian Graus16-Nov-09 22:59 
GeneralRe: Drawing graphics like in a rectangle or image. Pin
dan!sh 17-Nov-09 2:22
professional dan!sh 17-Nov-09 2:22 
GeneralRe: Drawing graphics like in a rectangle or image. Pin
Christian Graus17-Nov-09 8:05
protectorChristian Graus17-Nov-09 8:05 
QuestionMessage Removed Pin
16-Nov-09 4:11
professionalN_tro_P16-Nov-09 4:11 
AnswerRe: Deep Zoom Pin
Mark Salsbery16-Nov-09 7:44
Mark Salsbery16-Nov-09 7:44 
QuestionIEditableCollectionView --> Implementation Help needed. Pin
TweakBird16-Nov-09 1:19
TweakBird16-Nov-09 1:19 
Question[Message Deleted] Pin
noufal200916-Nov-09 0:22
noufal200916-Nov-09 0:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.