The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
34 views

How do I get the height of my WPF WindowsFormsControl to fill the containing StackPanel?

I have a winforms custom control that I'm attempting to host in a WindowsFormControl. I seem be running into some issues getting the height of the control to behave correctly. I've got a grid, that ...
0
votes
0answers
30 views

Hosting MS-Charts in WPF app causes ReleaseHandleFailed only when debugging in Visual Studio

I'm hosting WinForms element in WPF app. The element is an MS-charts object: _chart.DataSource = GetDataSource(); _chart.Series.Add(GetSeries(dataSet)); _chart.ChartAreas.Add(GetChartArea()); ...
0
votes
0answers
32 views

ReportViewver inside windowsformshost WPF positioning

I have Report that i need to view in a Wpf application, so I've used WinformsHost and ReportViewer inside. <Grid> <WindowsFormsHost Name="windowsFormsHost1" > ...
0
votes
0answers
35 views

OWC pivot table exports to picture when height is larger than the control size

I am using a OWC (Office Web Component) pivot table control (ActiveX) in a WPF application(the AxPivotTable control is hosted by a WindowsFormsHost control). Now I am having a problem printing it: ...
0
votes
1answer
40 views

A WindowsFormsHost cannot be rotated. To suppress this error, handle the LayoutError event and set ThrowException to false

I have VLC ActiveX Plugin control inside of WPF. <Grid> <WindowsFormsHost HorizontalAlignment="Stretch" Margin="0,0,0,0" Visibility="Hidden" Name="windowsFormsHost1" ...
0
votes
1answer
93 views

Use WindowsFormHost inside a wpf tooltip

i am trying to host a windows form panel inside a ToolTip. Below is the Xaml code and the class behind for the ToolTip. The issue is if I'm using windowsFormsHost the panel doesnt change the color, ...
1
vote
1answer
119 views

How to add context menu items on top of WinForm/ActiveX (hosted by WindowsFormsHost) control's own context menu in WPF

We are creating some WPF UserControl which will utilize some WinForms or ActiveX control by using a WindowsFormsHost. For example, in one UC we have such code: <WindowsFormsHost ...
1
vote
0answers
100 views

WindowsFormsHost in TabControl

I have a TabControl in my WPF app. Each tab contains a WindowsFormsHost which hosts a text editor. I have a class for the editors: class ScriptEditor { // The windows forms control private ...
0
votes
0answers
77 views

How does a WinForms control pop its default menu to WindowsFormsHost in WPF and how to add new menu item to it?

We need to use some ActiveX controls and WinForms control in our WPF application so naturally we need to wrap them in a WindowsFormsHost. For example, we wrap a ReportViewer like this: ...
2
votes
1answer
150 views

Add new contextmenu items to WindowsFormsHost which has default ContextMenu in WPF

We are using some ActiveX or windows form control which don't have the WPF equivalences, so naturally we use WindowsFormsHost to host these controls. We normally make an UserControl out of it with ...
0
votes
1answer
120 views

Using WindowsFormsHost inside a datagrid, overruns scroll area

While using WindowsFormsHost inside a datagrid, my controls overrun the scrollable area of the grid. I have tried using the solutions mentioned here, ScrollViewer is not working in WPF ...
0
votes
0answers
107 views

WPF and winform integration, catch events

Short question: How can I catch events in WPF application that have a win form panel that contains several controls (e.g buttons) and catch each button event? And is it possible to add to the win ...
0
votes
0answers
59 views

Oddness with XmlSerializer, WPF, and WindowsFormsHost

I have an video stream OCX from Panasonic living in a WindowsFormsHost in my WPF application. I need to same some configuration data for the app so I made a Serializable class called _Config and I ...
0
votes
0answers
91 views

Mouse events on WindowsFormsHost hosting video are not fired in WPF

I have a WPF application hosting an ActiveX object streaming video using the WindowsFormsHost. Since activeX objects always render on top of the application, I am unable to handle mouse events because ...
2
votes
1answer
349 views

How to transfer mouse wheel events to WindowsFormsHost?

I have a WinForms control in a WPF application. Luckily in WPF, mouse wheel events are normally handled by the control under the mouse cursor... but if it's a WinForms control, I have to click the ...
1
vote
1answer
130 views

How to hide what's outside a ScrollViewer?

I'm using a ScrollViewer in a WPF project and i'm struggling with its content. The window this SV is contained in has many other UI items and I'd like to make the Image scrolled by the ScrollViewer ...
0
votes
0answers
113 views

Focus issue when using WindowsFormsHost within WPF window

My application includes a ribbon with a contextual tab, this tab needs focus in order to be activated. When i open a WPF floating window which hosts a WindowsFormsHost inside of it, my contextual tab ...
0
votes
0answers
150 views

unable to show winform usercontrol being hosted in wpf usercontrol using WindowsFormsHost element

I need to show the response from c++ dll in a winform usercontrol being hosted in wpf usercontrol through using WindowsFormsHost element. The following is the approach in my MainUsercontrol.xaml ...
1
vote
0answers
67 views

WPF WindowChrome WindowsFormsHost: Opacity

since WPF has no month calendar that allows displaying multiple months I am trying to use the classic WindowsForms MonthCalendar inside a WindowsFormsHost. Doing this in a "normal" WPF window works ...
0
votes
1answer
116 views

Winform UserControl and wpf WindowsFormHost: UserControl goes off the edge of the WindowsFormHost

For some reason, I can't get my Winform usercontrol to fit inside of the WindowsFormsHost. Here's the xaml that I am using: <Grid> <Grid.ColumnDefinitions> ...
0
votes
1answer
184 views

WPF: When is a TabItem actually loaded, rendered and completly ready?

In my WPF application, I have a class that serves as a wrapper around QuickTime. It provides all the specific or simplified functionality I need. To function, it needs to create an instance of ...
1
vote
1answer
71 views

Telerik RadPanorama control in a WindowsFormsHost control

I am building a WPF app where I work and I want to use the RadPanorama for the Start Screen or "Launching Pad" for the App. I understand, and have seen the numerous threads, that there is no ...
0
votes
0answers
126 views

WindowsFormsHost causing System.Windows.Forms.Button.Click event to not fire

I'm converting a windows forms application into WPF, and am re-using some of the winform controls for the first part of the conversion. To host the winform controls, I'm using WindowsFormsHost, and ...
1
vote
1answer
137 views

Continuing execution in WPF app after an exception in a hosted Winforms control

I have a WPF app that has a WindowsFormsHost in which a 3rd party WinForms control is hosted. Sometimes, because of a bug in the 3rd party WinForms control I get a NullReferenceException. Although I ...
0
votes
1answer
214 views

Force redraw after StoryBoard with WindowsFormsHost WPF

I am looking for a way to force a WindowsFormsHost control to redraw itself after an animation is finished moving it, but I am not finding a solution. I followed an example to have a sliding panel in ...
0
votes
0answers
145 views

strange behavior with windowsFormsHost inside tabcontrol

i have a tabcontrol that has 2 tabitems ... CODE: <TabControl HorizontalAlignment="Stretch" Name="tabControl1" VerticalAlignment="Stretch"> <TabItem Header="tabItem1" Name="tabItem1"> ...
1
vote
0answers
109 views

WindowsFormsHost ToolTipService

Simple case code for a problem I'm having: <Window x:Class="WFHTooltipEnableTest.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
8
votes
1answer
1k views

Cannot bind to the target method because its signature or security transparency is not compatible with that of the delegate type

Having done nothing more than install Visual Studio 2012, our existing application now crashes when attempting to create a delegate. Why would we be getting this error when running our application ...
0
votes
1answer
175 views

WindowsFormsHost white first time

I have a WPF window that basically has this occupying its entire space: <WindowsFormsHost Grid.RowSpan="2" Name="wfh" VerticalAlignment="Stretch" Width="Auto" Height="Auto" Cursor="IBeam" ...
0
votes
1answer
434 views

Context menu does not respond to key press when opened from WindowsFormsHost

When focus is in a WindowsFormsHost and a context menu opens, the context menu does not respond to up/down arrow key presses. The problem is illustrated by the following (almost self contained) code: ...
1
vote
2answers
448 views

Viewbox makes WindowsFormsHost disappear in WPF

I have a WPF project where I maintain video ratio, by placing video control inside a ViewBox. The video control is a WinForms object wrapped inside a WindowsFormsHost. I also added a gridSplitter to ...
1
vote
1answer
258 views

Animating WindowsFormsHost

I need to animate WindowsFormsHost control. The problem is that I can't see the animation, the window doesn't refresh. If I resize my WPF window during the animation then the transition is visible. I ...
0
votes
2answers
589 views

How to capture mouse click event inside WindowsFormsHost control?

I have a user control with a WindowsHostControl that hosts a 3rd party video control. I want to be able to capture mouse click event when mouse is clicked on the video. I tried attaching an event to ...
0
votes
1answer
408 views

Created Bindable WindowsFormsHost, but child update is not being reflected to control

I created ran into a problem where i want to bind a control to a windowsFormsHost control. But as we all know, the Child property is not a DP, so i created a wrapper. /// <summary> /// ...
0
votes
0answers
252 views

I need the “Handle” of a WPF control to reproduce video from DVR-Camera

I'm trying to do an application who reproduce video from DVR-Camera. For do that i have to send a "handle" property to the DLL of the DVR. Working in WPF Application, i use a Windowsformshost an add a ...
2
votes
1answer
975 views

Bind with WindowsFormsHost

I am trying to bind a List of items to a TabControl. The items look like: class SciEditor { private Scintilla editor = null; public System.Windows.Forms.Control Editor { get { ...
0
votes
1answer
199 views

Unable to click on button placed over WindowsFormsHost Control

I have a WindowsFormsHost Control over which I have placed a button. However, I am unable to click the button. I ensured that the button's IsEnabled property is set to True. Any help is appreciated.
1
vote
2answers
2k views

WindowsFormsHost is always the most top from WPF element

how to set the z-index windowsformhost that they are not always at the top of the WPF element ?
3
votes
1answer
215 views

WindowsFormsHost Controls - Exception Handling

I have a WPF Window which requires several WindowsFormHost controls. I noticed that if I model the control like this, then Exceptions do not bubble to the surface and are silently handled i.e. only ...
0
votes
1answer
497 views

Scroll WinForms DataGridView in a WPF WindowsFormsHost

I have Scrollviewer which contains a frame with a WindowsFormsHost. The WindowsFormsHost contains a DataGridView (please don't ask why I'm not doing this with a WPF DataGrid Control). Because the ...
0
votes
2answers
646 views

ActiveX Control In WPF Windows Form Host Not Displaying After Becoming Visible

I have a wpf usercontrol that contains an activex control housed in a windowsformhost. I'm using an MVVM pattern that says ViewModel1 is mapped to a Pure WPF View and ViewModel2 is mapped to wpf ...
6
votes
2answers
1k views

View a PDF in WPF without using WindowsFormsHost

Are there any native WPF controls for displaying PDFs? I am writing a program that will load a PDF file and then display extra notations on top of it. Using a WindowsFormsHost ...
1
vote
2answers
902 views

WindowsFormsHost steals focus on activating application even activating by application's other wpf form

To Reproduce my case (.net 4.0) Create a WPF Application (MainWindow.xaml) Add a Winform user control that contains a textbox (UserConrol1.cs - Winform) Put UserControl1 into MainWindow.xaml with ...
0
votes
1answer
253 views

Display PDF Takes Focus and Eats Hot Key

Used code I found on SO to use the COM based Acrobat Reader to display PDF via hosting in a WindowsFormsHost. It displays the PDF fine. Two problems: When I load the PDF the control ...
0
votes
1answer
104 views

Form events are not fired through NavigationService

I have WindowsFormsHost inside the WPF page say Page1 WindowsFormsHost has child winform say Form1. Form1 has Paint method Form1_Paint(); I am navigating from Page1 to Page2 using ...
1
vote
6answers
3k views

How To Add Winform To WindowsFormsHost

My Main Project Is Under WPF, In My Solution I have: winform which name is Form1 wpfForm which name is MainWindow.xaml I want to do this job: if button clicked, I show the Form1 in MainWindow ...
1
vote
1answer
324 views

WPF.Implementing Drag from ListBox and Drop onto hosted ActiveX control

I have a WPF application which hosts a (activeX) VisioDrawingControl (using WindowsFormsHost) I'm trying to implement a drag&drop behaviour with drag elements from a WPF listbox and drop onto the ...
0
votes
1answer
202 views

error when hosting Windows Form user control in WPF

Im trying to host Magtek card reader into WPF, so i encapsulated their demo into a Windows forms user control, when i use the dll from this control in a Windows application, it works fine, but when ...
1
vote
0answers
357 views

WindowsFormsHost in WPF MDI on Aero main form (C#)

My crazy problem: I'm using a docking system (AvalonDock) on a WPF form with aero glass style background (what looks really nice). In one dockable MDI I need a WinForms custom control, so I just used ...
0
votes
1answer
537 views

Adding Transparent backgrounds to WindowsFormsHost Controls in WPF

I'm using the WindowsFormsHost to add a Windows Forms control in my WPF application, but I realise that WinForms controls cannot have transparent backgrounds without setting the style as in here How ...

1 2