B
Buddhist.CHinA
In my application, I mixed win32 GDI porgramming and windows.form
control. And I had to draw the windows.form control on a win32 DC. But
I don't know how to accomplish it.
Now, I have a workaround to complete this. Firstly, I got a bitmap of
the windows.control, then pass the bitmap to unmanaged code and redraw
it in given DC.
But I didn't consider it was a straight way.
I believe there should be better way to do it. But how to?
Thx in advance.
control. And I had to draw the windows.form control on a win32 DC. But
I don't know how to accomplish it.
Now, I have a workaround to complete this. Firstly, I got a bitmap of
the windows.control, then pass the bitmap to unmanaged code and redraw
it in given DC.
But I didn't consider it was a straight way.
I believe there should be better way to do it. But how to?
Thx in advance.