Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
RE: ImageElement from image hDC
Why use an HDC when you can use a GDI+ Bitmap? The code will be cleaner, you can do more fancy stuff easier, and it has stronger type safety. Plus Bitmap supports BMP, GIF, PNG, JPG etc.