J
jonathan
Hi All!!
I'm troubled with Combo Box.(WinForm)
I'am Coding
Public p_frm As Form9
p_frm.ComboBox2.Items.Add(MonthCalendar1.SelectionStart.ToShortDateString().Replace("-",
""))
I want to select a last-Added-Item!!
In VB6.0,I guess existing NewIndex Property..
How can I solve a problem ?
Thanks in advance!!
I'm troubled with Combo Box.(WinForm)
I'am Coding
Public p_frm As Form9
p_frm.ComboBox2.Items.Add(MonthCalendar1.SelectionStart.ToShortDateString().Replace("-",
""))
I want to select a last-Added-Item!!
In VB6.0,I guess existing NewIndex Property..
How can I solve a problem ?
Thanks in advance!!