April 16, 2024

Dynamic Windows Function [dw_listbox_select]

Syntax

void dw_listbox_select(HWND handle, int index, int state)

Parameters

HWND handle: Handle to the listbox to be set.
int index: Item index.
int state: TRUE if selected FALSE if unselected.

Description

Sets the selection state of a given index.