Dear All, I'm an elementary VB user and i have to use it for my M.S. final project.
As shown in the pic, It has been shown that some combo boxes are given to program user to select which input they want. and my problem is, I dont know exactly how i model it (Write its code), so that every data that user wants to select as their arbitrary choice, be related to it's certain parameter in a basic module. If i want to say better; for example in first Combo box, Their values belong to a certain parameter -L- and user may want to select L between "1,2,3,4,4.1 m" (that i have determined them before in "list" of combo setting) and when user select it, L be determined and can be used in other functions in the baisc module to give the results (Under OK botton).
![Name: Untitled.jpg
Views: 36
Size: 109.2 KB]()
As shown in the pic, It has been shown that some combo boxes are given to program user to select which input they want. and my problem is, I dont know exactly how i model it (Write its code), so that every data that user wants to select as their arbitrary choice, be related to it's certain parameter in a basic module. If i want to say better; for example in first Combo box, Their values belong to a certain parameter -L- and user may want to select L between "1,2,3,4,4.1 m" (that i have determined them before in "list" of combo setting) and when user select it, L be determined and can be used in other functions in the baisc module to give the results (Under OK botton).