Click here to Skip to main content
16,016,605 members

Comments by AuroreC (Top 1 by date)

AuroreC 19-Jul-11 4:34am View    
Could you explain more "hwnd-Member" ?

I can change code in dll and code in C#.
I start with "initlibrary" then call C++ function.
But the handle given by my dll seems not corrspond with type wanted for HandleRef.

I suppose that (*FrameWnd) could not be casted to Hwnd... I missed a marshalization somewhere ?