March 29, 2024

Dynamic Windows Function [dw_listbox_insert]

Syntax

void dw_listbox_insert(HWND handle, char *text, int pos)

Parameters

HWND handle: Handle to the listbox to be inserted into.
char *text: Text to insert into listbox.
int pos: 0-based position to insert text

Description

Inserts the specified text into the listbox's (or combobox) entry list.