for the textbox...
depending on how many elements you could possibly complete, it would be faily simple. Just create an array of all possible completions, and in the "txtBox_Change" event, just have it search through the array everytime something happens in the box.




Reply With Quote