Hi Guys,
New at all this so take it easy.....
I have a combo box and want to give the user the possible values as he types. Normally you would just add all the items to the combo box and the framework does the rest. My problem is that it takes 15-30 seconds to fill the combo box because initially it could have up to a million possibilities. So what I want to do is: When the user type the char "5" then I want to list on the fly all values for "5", is he then adds a "1" it will then be "51" and all possible values. Unless there is a better way... I'll leave it to you brainies
Thanks
New at all this so take it easy.....
I have a combo box and want to give the user the possible values as he types. Normally you would just add all the items to the combo box and the framework does the rest. My problem is that it takes 15-30 seconds to fill the combo box because initially it could have up to a million possibilities. So what I want to do is: When the user type the char "5" then I want to list on the fly all values for "5", is he then adds a "1" it will then be "51" and all possible values. Unless there is a better way... I'll leave it to you brainies
Thanks