I am currently teaching myself how to code and I have come across something difficult. I have a form with 1 button (btnCreateNew) and 1 ListBox (listBox1). My goal is to create a new ComboBox within the ListBox every time I click on the Button. I only need 2 items in the ComboBox (Create New File and Delete File). I cant seem to figure this out and any help would be very much appreciated. I am trying to do this using Visual Basic (VB.Net). Thank you in advance.
ComboBoxinside aListBoxseems to make little sense. The items you say you want inside it don't help it make sense in this case. Can you explain what you're actually trying to achieve, rather than how you're trying to achieve it? What's the workflow here? I'm confident that there's a better way than what you suggest. For the record, please edit the question to provide a FULL and CLEAR explanation of the problem, rather than adding a comment. No one should have to read the comments to understand the question.drop-down-menuandcomboboxtags (andwinformsis missing).