Hi guys! I was just wondering how to do this.
Let's say I wanted to do a program that could modify the writing put into Notepad by the user's choice. What I mean by that is my program will open Notepad, and then a box will pop up. Whatever the user puts into that box will then be sent to notepad. I was thinking of doing something like this:
Would I use a GUIGetMsg() to see what the user has put in the box and send that to $input? I'm not too sure, and I wanted to see what you guys would say!
~Divine
Let's say I wanted to do a program that could modify the writing put into Notepad by the user's choice. What I mean by that is my program will open Notepad, and then a box will pop up. Whatever the user puts into that box will then be sent to notepad. I was thinking of doing something like this:
[ autoit ]
Would I use a GUIGetMsg() to see what the user has put in the box and send that to $input? I'm not too sure, and I wanted to see what you guys would say!
~Divine