DubiumLibertas
Programmer
Hello there,
I apologize for asking such a newbie question in advance. I've been pouring over FAQ's here and everywhere in between and searched for a few hours and I can't seem to find anybody asking my question (probably because it's so basic it's universally understood!)
I am trying to write a program where the user must select from a combo box (drop down) a specific chip number (there are 27 choices.) I figured that out, I think. To the best of my knowledge, you just put:
ComboBoxName.AddItem "150", for example.
I have this under the Form_Load(). The problem is each chip from the dropdown box has different parameters where the user keys in information about it, to be saved to a txt file. I have all of that taken care of, but the program defaults to the first chip in the series (150) every time! I was thinking of maybe having a "splash screen" where the user must select the chipset before anything else, and then the related input fields pop up. After being frustrated and looking through every tutorial related to splash screens I could find, I gave up.
My question is this: What would be the easiest path for me to take here? Again, I apologize for the newbishness of the question and the length of the post. Any help or advice is greatly appreciated. Thanks in advance!
I apologize for asking such a newbie question in advance. I've been pouring over FAQ's here and everywhere in between and searched for a few hours and I can't seem to find anybody asking my question (probably because it's so basic it's universally understood!)
I am trying to write a program where the user must select from a combo box (drop down) a specific chip number (there are 27 choices.) I figured that out, I think. To the best of my knowledge, you just put:
ComboBoxName.AddItem "150", for example.
I have this under the Form_Load(). The problem is each chip from the dropdown box has different parameters where the user keys in information about it, to be saved to a txt file. I have all of that taken care of, but the program defaults to the first chip in the series (150) every time! I was thinking of maybe having a "splash screen" where the user must select the chipset before anything else, and then the related input fields pop up. After being frustrated and looking through every tutorial related to splash screens I could find, I gave up.
My question is this: What would be the easiest path for me to take here? Again, I apologize for the newbishness of the question and the length of the post. Any help or advice is greatly appreciated. Thanks in advance!