Hi,
1) Combobox:
I'm working with VS 03, why I can't see "Properties" like here
http://www.codeproject.com/combobox/combobox_tut.asp
I want to add items for a combobox control but the "Data" is in gray color (disable).
And I have to create CMyCombobox object to get the selected item
2) CListCtrl:
How can I set Items like this:
list.InsertItem(row, col, item);
How can I get selected row from this list (in java I used with JTable.. )
3) Date format:
How can I format this string: 02-02-2007 00:00:00 to: 02/03/2007
Thanking you in anticipation![]()
Yael.