April 16, 2024

Dynamic Windows Function [dw_listbox_delete]

Syntax

void dw_listbox_delete(HWND handle, int index)

Parameters

HWND handle: Handle to the listbox to be set.
int index: Item index.

Description

Deletes the item with given index from the list.