05-28-2015, 05:24 PM
Hi~ Gintaras~!
I don't know the way to select combobox item from ini file when execute.
I tried like this...
and Next I want cb20 selected by Use_S[1].
What should I do?
I tried CB.SelectItem but failed.
thanks in advance~!
I don't know the way to select combobox item from ini file when execute.
I tried like this...
str+ inifile = "c:\Setting.ini"
ARRAY(str) Use_S.createlb(10 1)
rget Use_S[1] "Use_S1" "Tab1" inifile
.....
20 ComboBox 0x54230243 0x0 80 54 30 50 ""
.....
str controls = "cb20"
......
cb20 = "&1[]2[]3[]4[]5"
and Next I want cb20 selected by Use_S[1].
What should I do?
I tried CB.SelectItem but failed.
thanks in advance~!