Hey guys I am in need of some quick assistance, I have a vb project due tonight and I am clueless as to how to get this going.
The program needs to have a listbox with 12 numbers, and a button to start an inputbox dialog pop up, that searches for a number in the list.
For the life of me I cannot through google and my book find a good explanation of how to implement this inputbox into the code, and link it with my listbox.
The hints that my instructor gave were these:
Hint:
1
In this program, you should use nested loop. The outer loop is to check if user wants to continue to search. The inner loop is to search
the value in the listbox.
2.
You should use a Boolean type variable, and initialize it to False at the beginning ofevery search. If the value is found in
the listbox, set it to True
Any help would be much appreciated!
The program needs to have a listbox with 12 numbers, and a button to start an inputbox dialog pop up, that searches for a number in the list.
For the life of me I cannot through google and my book find a good explanation of how to implement this inputbox into the code, and link it with my listbox.
The hints that my instructor gave were these:
Hint:
1
In this program, you should use nested loop. The outer loop is to check if user wants to continue to search. The inner loop is to search
the value in the listbox.
2.
You should use a Boolean type variable, and initialize it to False at the beginning ofevery search. If the value is found in
the listbox, set it to True
Any help would be much appreciated!