摘要: Q:clear listboxhi i am working in VC++ 6 using Win32 App. .............tell me how to clear the listboxRe: clear listboxSend the listbox a LB_RESETCONTENT message. Code: SendMessage(handleListbox, LB_RESETCONTENT, 0, 0);reference:http://forums.codeguru.com/showthread.php?447176-clear-listbox&p=1 阅读全文
posted @ 2014-01-02 10:30 galoishelley 阅读(760) 评论(0) 推荐(0)