Click or drag to resize
CGUICreateWNDFromHWND Method
Create a standard WND object from an HWND.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The object returned must be destroyed by the destroy object call.
Syntax
public static int CreateWNDFromHWND(
	IWin32Window w1
)

Parameters

w1
Type: System.Windows.FormsIWin32Window
HWND Handle

Return Value

Type: Int32
x - WND object created
See Also