i cant find good ways for embedding a mediaelement in my Winform in C#. I have a PictureBox or Panel in Winform that should be loaded a UserControl in wpf. is this possible at all? if yes ,please give me a litte pseudocode. thanks
Share
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.
You need the ElementHost control in WinForms to host WPF controls
From that page: