ComboBox 2005?

I need to know how to add a ComboBox into a VB Basic Express 2005 exe application. I have tried but I haven't found any luck. Please Reply ASAP.


Answer this question

ComboBox 2005?

  • morsnowski

    You add the combobox the same way you do with all other versions that I know of. Use drag and drop from the toolbox or double click on it in the toolbox with the parent control selected in the designer.

  • avarghese

    But when I open my toolbox there are no tools. So how do I add the ComboBox option so I can drag it from the toolbox menu

  • ashutosh.soni03

    I have not used the express editions yet but if they are like the other versions in the toolbox then you should have items like tabs that say "All Windows Forms", "Common Controls", "Containers", "Menus & Toolbars", "Data", "Components", ect. The combobox is in "All Windows Forms" and "Common Controls." Just click the tabs to expand them.

  • Shyakuti

    I have figured it out! The reason I couldn't add a combobox eas because I was always in the code view tab. You have to be in the form view tab to use the items in the toolbox except for the command button which I really need some help on how to use.

  • Aurélien Couderc

    thats true,

    you can just add controls from the tool box when you are on the designer view, you can add any controls when you are on code view

    plz mark your answer as reply

    best regards



  • khoshnawf

    So there is a combobox in the toolbox And you are draging it to the form

  • anandj

    Tried that but it doesn't work.

  • ComboBox 2005?