I'm currently using the statement below to set up a list to show & or select items that I have entered into a file gEntries is a UDT. Now I am interested in using the %LBS_MUTICOLUMN &
%LB_SETCOLUMNWIDTH for making the entries more readable in the list box.
CONTROL ADD LISTBOX, hDlg, %id_List, gEntries() , 10, 20, 380,180, %LBS_DISABLENOSCROLL OR % WS_TABSTOP OR %WS_GROUP OR %WS_VSCROLL OR %LBS_HASSTRINGS, % WS_EX_CLIENTEDGE
Thanks Doug Miller
%LB_SETCOLUMNWIDTH for making the entries more readable in the list box.
CONTROL ADD LISTBOX, hDlg, %id_List, gEntries() , 10, 20, 380,180, %LBS_DISABLENOSCROLL OR % WS_TABSTOP OR %WS_GROUP OR %WS_VSCROLL OR %LBS_HASSTRINGS, % WS_EX_CLIENTEDGE
Thanks Doug Miller
Comment