April 23, 2024

Dynamic Windows Function [dw_window_set_focus]

Syntax

void dw_window_set_focus(HWND handle)

Parameters

HWND handle: Handle to the dialog item to be focused.

Description

Sets the current focus item for a window/dialog.

Remarks

This function was introduced in version 2.5.

This is for use after showing the window/dialog.