No, I’m not suggesting using this to build a tiny app that keeps you from getting kicked out of online games for inactivity either. Microsoft.VisualBasic.Interaction.AppActivate(“Untitled – Notepad”); SendKeys.SendWait(“Hello world!”); while (true) { Thread.Sleep(2000); SendKeys.SendWait(“{UP}”); }
-
Pages