If you still need it,
Check this...
add 2 radiobuttons
add one textbox << this only for example put now
add one listbox << u later put listview
add one module
and use this code:
Code:
Public Class Form1
Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged
txt = CType(sender, Control).Text
Leave a comment: