Handling the message pump for a UserControl

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Im wondering how a UserControl can be created using native win32 code.
The reason for doing this is that i need to have access to the message pump
and a way to render to it in the fastest possible way using managed DX.

The "UserControl" will be hosted in a IE browser.

Cheers,
 
Hmm ... i have written the control in native win32 code, but it only works
when its not a child ( WS_CHILD ) . It's not embedded in the page ( like a
regular UserControl ) and i really would like to acceive that.
I've tried supplying the internet explorer_server window ( using FindWindow
with the classname = "Internet Explorer_Server" ) as the parent, but it
doesn't work either.
Does anyone know how the UserControl is created and how i can code it in
native code?
Any help would be appriciated!
 
Back
Top