I've made a listbox by myself per API.
Code: Select all
ListArea1 = CreateWindowEx_(0,"Listbox","",#WS_CHILD|#WS_VISIBLE|#LBS_NOTIFY |#WS_VSCROLL |#LBS_DISABLENOSCROLL|#LBS_NOINTEGRALHEIGHT ,20,302,246,120,WindowID(1),0,GetModuleHandle_(0),0)
SendMessage_(ListArea1,#WM_SETFONT,GetStockObject_(#DEFAULT_GUI_FONT),1)
SendMessage_(ListArea1,#??_?????????,???,???)
Can anybody help me ?

