hello all
i am writing a program for my company, am in no way a vb expert, probably barely a beginner, but anywho, i have a list box that pulls from a sql table, what i want to do is to be able to search the list box for a specific string from a textbox, when that text is found, it is selected.
i know that there is a for loop involved, i just have no idea how to set it up, i searched google, but nothing really seems to work for vb 2005, any help?
thanks in advance
i am writing a program for my company, am in no way a vb expert, probably barely a beginner, but anywho, i have a list box that pulls from a sql table, what i want to do is to be able to search the list box for a specific string from a textbox, when that text is found, it is selected.
i know that there is a for loop involved, i just have no idea how to set it up, i searched google, but nothing really seems to work for vb 2005, any help?
thanks in advance
Comment