Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Use OptionButton instead of ComboBox
#15
Perfekt Wrote:If you have a base set amount of classes, and you're not going to change it anytime soon, it's really simple.

Code:
private sub optClass1_click()
          cmbClass.listindex = 0
end sub

private sub optClass2_click()
          cmbClass.listindex = 1
end sub

private sub optClass3_click()
          cmbClass.listindex = 2
end sub

Or something along those lines anyways.
He has already said that lol
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)