0

I use SendMessage(hList, LB_SETITEMDATA, pos, (LPARAM) data ); for adding names to listbox. But How can I add numbers to a listbox?

4

1 回答 1

1

Try this

wsprintf( data, "%d", 10 );
于 2012-06-22T07:34:58.387 回答