Patchworks 0 Posted August 1, 2011 I'm looking to make a windows that has an event log where you can see the current status of AutoIt and the past commands that you can scroll thru to see what AutoIt has done! Does anyone had any ideas? Later on, I could even put some basic button on this screen to pause, stop, etc. Does anyone have any code sample or ideas for an event log window? Thanks, g Share this post Link to post Share on other sites
sleepydvdr 8 Posted August 1, 2011 Perhaps _DebugSetup in the help file is what you are looking for. #include <ByteMe.au3> Share this post Link to post Share on other sites
Patchworks 0 Posted August 2, 2011 That is perfect!! Thanks! Share this post Link to post Share on other sites