How do you program an input field in which you type something specific and then something happens?

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.