I want to dynamically refresh my screen on textbox change. I want to do it with simulating the 'Enter' keystroke on textbox_change, but I can't find a way to do it IN WPF with VB.net. Please help!
Oh I just found the answer, Button2_Click(Sender, e)
in textbox_change. Perfect solution!