Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
44 views

WindowsFormsHost.ContextMenu disappears

I'm having some troubles using context menu on Visio Drawing Control hosted in a WPF application. The DrawingControl is hosted by a WindowsFormsHost control, and I want to override the standard right ...
1
vote
1answer
100 views

Winforms in WPF - Searching for an event after instantiation but before rendering

I'm trying to insert a winform control in WPF: WFH:WindowsFormsHost Name="MyHost" The problem is that I can't access MyHost from the xaml.cs (It is somehow barried in the infrastructure). So I ...
1
vote
1answer
96 views

WPF hosting a WindowsFormHost what are my drawing options?

I have a WPF app which hosts a WindowsFormHost. The WindowsFormHost loads ESRI's ArcEngine. The ArcEngine has some drawing functions available but I'm looking for more power and control. Assuming I ...
1
vote
1answer
2k views

DirectX and WPF

I am trying to develop an application where the UI part is designed by WPF and the engine is developed using C++. I am trying to render a scene using DirectX in native code by getting the window's ...
0
votes
0answers
55 views

Fixed pixel-size WinForm Custom control inside WPF full screen application

I try to insert a Winform custom control inside WindowsFormHost. This custom control only works in a fixed height & width. I try to specify the width & height for this custom control & ...
0
votes
1answer
215 views

OpacityMask not working with WPF WindowsFormsHost?

I'm trying to put a rounded border on a control which is hosted through a WindowsFormHost object. It seems like no matter what I set for OpacityMask, it has no effect on the rendering. Is there ...
0
votes
0answers
418 views

WPF/Windows Forms Host on Windows7

I have a crash that's happening on Windows7 but not on XP, and was hoping for some insight. The application has an OpenGL Windows Form control used to display 16 bit grayscale images. This control ...
-1
votes
1answer
29 views

Convert Just Main Form To WPF Windows

I Have a Windows Form Project , which has a main form,and in this form I open other form as mdi (other form opens inside of main form) My Boss Told me to change the main form to wpf technology(for ...