Convert HDC to long
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
I have a activex control which expects HDC as one of its arguments. In my program I have my window dc which I want to pass it on to this function, now the issue is how do I convert the HDC to long. If this is not possible, how should one go about achieving this, I dont have access to the source of the activex. Thanks, Kannan
-
I have a activex control which expects HDC as one of its arguments. In my program I have my window dc which I want to pass it on to this function, now the issue is how do I convert the HDC to long. If this is not possible, how should one go about achieving this, I dont have access to the source of the activex. Thanks, Kannan
-
Thank you