How to attach a windows HDC to a wxDC

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
pkullmann
Earned a small fee
Earned a small fee
Posts: 11
Joined: Thu Nov 30, 2006 6:15 pm

How to attach a windows HDC to a wxDC

Post by pkullmann »

Since 2.9.0, obviously, the method wxDC::SetHDC was dropped. I used it before to attach a wxDC to a windows device contect handle (HDC).

Is there any other way to achieve the same thing in 2.9.x ?

Peter
Post Reply