darthwhatever Posted March 18, 2011 Share Posted March 18, 2011 is there any way to get the handle for the Autoit Console? e.g. #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Change2CUI=y #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** ConsoleWrite("Write debugging data to the console") $hConsole= _ConsoleGetHandle() ;get the handle to the console here WinSetState($hConsole, '', @SW_HIDE) [font=arial, sans-serif]How is education supposed to make me feel smarter? Besides, every time I learn something new, it pushes some old stuff out of my brain. Remember when I took that home winemaking course, and I forgot how to drive?[/font][font=arial, sans-serif]<div>This is how you annoy a web developer.</span>[/font] Link to comment Share on other sites More sharing options...
darthwhatever Posted March 20, 2011 Author Share Posted March 20, 2011 nevermind i figured it out myself without all you expert Autoit people just remembered that the title of the Console is always the full path - @ScriptFullPathvery easy to get from there! [font=arial, sans-serif]How is education supposed to make me feel smarter? Besides, every time I learn something new, it pushes some old stuff out of my brain. Remember when I took that home winemaking course, and I forgot how to drive?[/font][font=arial, sans-serif]<div>This is how you annoy a web developer.</span>[/font] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now