xwinterx Posted September 23, 2006 Posted September 23, 2006 Original Post: HereVery simple application launcher! Don't laugh because I used this project to experiment with. Added a skin thanks to a particular person on here.You can now double-click an application in your treeview to launch it.Add groups and programs from right-click on treeview or from menus. You can now create new settings ini files by selecting new from the file menu, save as, or open them too.Have fun with it... I know there are way better things on here... but... you can use them then. AL16.rar
rayvyn Posted December 12, 2007 Posted December 12, 2007 Original Post: HereVery simple application launcher! Don't laugh because I used this project to experiment with. Added a skin thanks to a particular person on here.You can now double-click an application in your treeview to launch it.Add groups and programs from right-click on treeview or from menus. You can now create new settings ini files by selecting new from the file menu, save as, or open them too.Have fun with it... I know there are way better things on here... but... you can use them then. i get an error when i run it error reads: Line 36 (file"C:\xxxx"):Global Const $WM_NOTIFY = 0x004EGlobal Const ERRORError: Can not redelcare a constant.and when i check the source at line 36 theres only thisGlobal Const $WM_NOTIFY = 0x004EGlobal Const $DebugIt = 1
xwinterx Posted December 13, 2007 Author Posted December 13, 2007 i get an error when i run it error reads: Line 36 (file"C:\xxxx"):Global Const $WM_NOTIFY = 0x004EGlobal Const ERRORError: Can not redelcare a constant.and when i check the source at line 36 theres only thisGlobal Const $WM_NOTIFY = 0x004EGlobal Const $DebugIt = 1dunno... havent touched this in such a long time. will look into it.
MadBoy Posted December 13, 2007 Posted December 13, 2007 dunno... havent touched this in such a long time. will look into it.Just comment that line out. In newest version of autoit that constant is already declared in includes. My little company: Evotec (PL version: Evotec)
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