G
GAEL
I would like to know a function that returns the handle
of a form. The type has to be HWND.
I know that there is a funtion (this.Handle) that gives
me a handle of type IntPtr but the type I need is HWND.
How can I do?
of a form. The type has to be HWND.
I know that there is a funtion (this.Handle) that gives
me a handle of type IntPtr but the type I need is HWND.
How can I do?