- Feb 18, 2008
- 1,094
- 438
Hey all. I figured Id ask here because there are so many people here, and I dont have time to sign up to 100s of coding forums to ask this. If anyone can help please do!
I am a noob with VB and am trying to get a combo box to work. I am just trying to make it so when the user selects one of the items in the drop down box, it hides that form and loads another.
i see everwhere to use 'combobox.AddItems("") but additems doesnt work in vb2005. I tried items.add("") and I dont get errors, but nothing loads in the drop down. I also just used the properties and added the items, which it shows, but then I cant get the click proceedures to work. please help this project is due tomorrow!
I am a noob with VB and am trying to get a combo box to work. I am just trying to make it so when the user selects one of the items in the drop down box, it hides that form and loads another.
i see everwhere to use 'combobox.AddItems("") but additems doesnt work in vb2005. I tried items.add("") and I dont get errors, but nothing loads in the drop down. I also just used the properties and added the items, which it shows, but then I cant get the click proceedures to work. please help this project is due tomorrow!