ComboBox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • WinneRdk
    New Member
    • Oct 2008
    • 6

    ComboBox

    Like I have some things in the combobox... And I would like for it to detect what the person chose, so for example, you can chose: Apple, Orange & Banana.
    If you chose banana, and say start it prints banana on form, if apple then apple if Orange then orange etc. etc. etc.
    Could anyone help me with making something like that, please? I really need it :)
    And I'm a lil bit slow to programming, so if you could post the whole code, it would be great! :D
  • WinneRdk
    New Member
    • Oct 2008
    • 6

    #2
    Please anyone help ... I really need this :P

    You chose something from combobox click command 1 (Start) And it prints what you chose.... (Just an example, not really what I need it for but anyway...) And command 2 stops, I chose something else and it prints that... etc. Please please anyone help, greatly appreciated!

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      try to use

      print combo1.list(com bo1.listindex)

      Comment

      Working...