Search code examples
wpfvb.netvisual-studiokeystroke

VB.net: Simulating keystrokes with codes IN WPF


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!


Solution

  • Oh I just found the answer, Button2_Click(Sender, e) in textbox_change. Perfect solution!