
Simple Notepad Automation Using Autoit C#
This is a simple example of how to work with Notepad for sending text, copy / paste, and save it as a file. I will try to explain as details so that you can easily understand.
You can adding this code into your project. This is additional function that I have made, you can copy and paste.
private void Type(string strKeys, int nMode, string strControl, bool blnSleepKeys, int nSleep, string strWindow) ...