G
Gary Nastrasio
I have a Windows Form in .NET 2.0 who's handle (HWND) I need for use in
native C++ code. As I understand it, the handle from my windows form
control may change managed memory locations arbitarily, which in that
case will cause problems with my native code. Is there a way to tell
..NET to never change the memory location of my window handle?
I create my form like so:
MyForm^ foo = gcnew MyForm();
Thanks,
Gary
native C++ code. As I understand it, the handle from my windows form
control may change managed memory locations arbitarily, which in that
case will cause problems with my native code. Is there a way to tell
..NET to never change the memory location of my window handle?
I create my form like so:
MyForm^ foo = gcnew MyForm();
Thanks,
Gary