M
Martijn Mulder
The System.Windows.Forms.Control-member Handle can be cast to HWND like this
HWND hwnd=(HWND)this.Handle.ToPointer();
But is it a valid HWND, that can be used in DirectX for example? Or can the
value of Handle change in a managed environment?
HWND hwnd=(HWND)this.Handle.ToPointer();
But is it a valid HWND, that can be used in DirectX for example? Or can the
value of Handle change in a managed environment?