Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
select combobox item from ini file
#1
Hi~ Gintaras~!

I don't know the way to select combobox item from ini file when execute.

I tried like this...

Code:
Copy      Help
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~!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)