Wie programmiert man ein Eingabefeld, in das man etwas Bestimmtes eintippt und dann passiert etwas?
You can hook events such as this one:
Then extract the entered string and do whatever string parsing you want.
Google for “string parsing C#” if you need guidance there.