scythetleppo Posted July 7, 2007 Posted July 7, 2007 I removed the tray icon fine, but I want the actual compiled exe icon to be just whatever the default is (no icon/let the OS decide). how can I do that? I searched the site for icon and read up to the fourth page without seeing anything about it
MisterBates Posted July 7, 2007 Posted July 7, 2007 I removed the tray icon fine, but I want the actual compiled exe icon to be just whatever the default is (no icon/let the OS decide). how can I do that? I searched the site for icon and read up to the fourth page without seeing anything about itHuh? The OS doesn't decide, it looks in the exe for icons and uses the first found. In the case of AutoIt compiled .exe's this will be the AutoIt icon *unless* you specify another icon when you compile your script.Or did I not understand the question ??? [u]MisterBates[/u]_____________________________________________________Suspend/Resume Windows ScreensaverWatchWindows - Window watcher/loggerUDF: Click systray menu/submenu itemsUDF: Outlook Express Folder/Message handling (+ example code)HowTo: Multiple icons in one compiled script
scythetleppo Posted July 7, 2007 Author Posted July 7, 2007 ok well do you happen to know how I could set the icon to whatever windows XP's "explorer.exe" icon is ?
ChrisL Posted July 7, 2007 Posted July 7, 2007 I think the OP means some applications have no Icon in the compiled exe and onmy XP box they look like the attacheddefault.ico [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
scythetleppo Posted July 7, 2007 Author Posted July 7, 2007 thanks, but how do I make autoit / scite make that icon for my program?
ChrisL Posted July 7, 2007 Posted July 7, 2007 If you downloaded my icon, in scite press CTRL F1 to get the Scite help. Look at the extra utilities section and Autoit3Wrapper for compiler directives You'll need to use #Compiler_Icon= ;Filename/location of the Ico file to use Note the bit which tells you about reshacker this is important [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
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