hi i am working in VC++ 6 using Win32 App. .............
tell me how to clear the listbox
Printable View
hi i am working in VC++ 6 using Win32 App. .............
tell me how to clear the listbox
Send the listbox a LB_RESETCONTENT message.
LaitinenCode:SendMessage(handleListbox, LB_RESETCONTENT, 0, 0);