GX5055, GX5290, GX5290e, GX5295
Opens the file import Panel window.
DioFileImportPanel (dwHwndParentl)
Name |
Type |
Comments |
dwHwndParentl |
DWORD |
Parent window handle. Used when creating the panel window. |
The function is used to create the file import panel window. The file import panel window is opened as a modal, i.e. the panel will disable the parent window (hwndParent) and the function will return only after the window was closed by the user.
For more details on how to use the file import Panel dialog see Software User's Guide, Import File.
The following example calls the file import Panel:
HWND hwnd;
DioPanel (hwnd);