P Patrick Steele Mar 7, 2007 #2 How can I pass a C++ HWND to and from C# and Managed C++? Click to expand... Make sure you use an IntPtr and not an "integer".
How can I pass a C++ HWND to and from C# and Managed C++? Click to expand... Make sure you use an IntPtr and not an "integer".