I have alrady started in vb 10 but I can't find any code for a local textbox search, so basicly what I want to do is too have a search box and the item list and when you click search and you have typed in the item you want it scrolls down to that item so atm, im just puting this code in :/
If TextBox1.Text = "xp lamp" Then
TextBox2.Text = "20b"
End If
MsgBox("The Price of : " + TextBox1.Text + " is " + TextBox2.Text)