A
Andreas Selle
Hi,
I am sure that it must be possible to somehow hook up the WndProc of a
native Window with my own C# code. The .NETCF internally has to do that
anyway. I only wonder, how I could do so. I have seen solutions wrapping
controls with the Microsoft.WindowsCE.Forms.MessageWindows which is wrapped
again by a Control. But this is not what I am looking for. I want a straight
solution that involves nothing but appropriate thunking, even if it takes me
to write it in IL assembler.
Anyone any pointers or ideas?
Andreas
I am sure that it must be possible to somehow hook up the WndProc of a
native Window with my own C# code. The .NETCF internally has to do that
anyway. I only wonder, how I could do so. I have seen solutions wrapping
controls with the Microsoft.WindowsCE.Forms.MessageWindows which is wrapped
again by a Control. But this is not what I am looking for. I want a straight
solution that involves nothing but appropriate thunking, even if it takes me
to write it in IL assembler.
Anyone any pointers or ideas?
Andreas