I have this code:
public static void Next() { Process[] processes = Process.GetProcessesByName(\"test\"); foreach (Process proc in p
You can't simulate keyboard input with PostMessage, at least not reliably use SendInput instead.