WinXEnableDialogInterface


WinXEnableDialogInterface (hWnd, enable)

Enables the dialog interface for a window

Parameter Description
hWnd The handle to the window to enable or disable the dialog interface for
enable $$TRUE to enable the dialog interface, $$FALSE to disable it

Returns

$$TRUE on success or $$FALSE on fail

Remarks

The dialog interface allows the user to navigate between controls using the tab and arrow keys. If you enable the dialog interface, these key presses will not be sent to your window. This is due to the way Windows handles these messages. I hope to solve this problem in a later release.

Examples

'enable the dialog interface for the main window
WinXEnableDialogInterface (#hMain, $$TRUE)

Related Links

links