Passing a Windows handle a widget
General and Desktop
5
Posts
3
Posters
2.6k
Views
1
Watching
-
HI
I am looking at software (Quantum GIS) at the moment, a GIS renderer that renders to a QWidget, and i would like it to render to a panel on a delphi window.Is it possible to pass the panel's handle (a windows HDC handle) to a QWidget during initialization time , and that all stuff that is rendered to the widget will then render in the Delphi application's panel?
This is all in windows xp, and will later have to run on windows7 as well. -
Not even when i pass the HDC (windows handle) through with the help of a dll?