IDataSourceLocator::hWnd
The parent window handle for dialog boxes to be displayed. The dialog box will always be centered within this window. Returns the currently assigned window handle.
Syntax
objDataLink.hWnd = Application.hWndApplication
lngWindowHandle = objDataLink.hWnd
Parameters
- hWnd
A long integer value. The handle of the parent window where the dialog will be displayed.
Return Value
- lngWindowHandle
A long integer value. The handle currently assigned to hWnd.