hwndhost Questions
7
Solved
I have a weird error I'm trying to debug with no luck.
I have subclassed hwndhost showing some content, I have the following function in that class to set to fullscreen:
private void SetFullScre...
Functionary asked 23/2, 2011 at 9:52
3
Solved
I'd like to host a window of an external process inside my WPF application. I'm deriving HwndHost like this:
class HwndHostEx : HwndHost
{
[DllImport("user32.dll")]
static extern IntP...
6
We are developing a layout manager in WPF that has viewports which can be moved/resized/etc by a user. Viewports are normally filled with data (pictures/movies/etc) via providers that are under our...
3
Solved
I have a Win32 (OpenGL) control that I need to embed in our WPF application. It must respond to, and propogate, mouse and keyboard events.
I've created a HwndHost derived instance to host the nati...
4
Solved
In my WPF application, I host Win32 content using HwndHost. However, creating a HwndHost does not create the native window. Rather, this is done in the overridden BuildWindowCore() method which is ...
2
I've been thinking about this for a couple of days but I think I lack some basic understanding of how windows and wpf work internally to figure this out.
The problem is this:
I created a window t...
Christman asked 28/6, 2011 at 0:13
1
is there a way to pass input events (primarily mouse, but eventually keyboard input too) that occurs on a HwndHost back to the underlying WPF controls (e.g. a panel) ? i can hook up to WndProc with...
Madson asked 25/8, 2010 at 8:10
1
© 2022 - 2024 — McMap. All rights reserved.