richietheprogrammer Posted May 19, 2011 Posted May 19, 2011 Hello community, I am trying to play around with window titles and such, and winsettitle() works WONDERFULLY, but I was wondering, is there a function/code to change the logo in the window title bar? Like the firefox logo or something, can those be changed? Any help is MUCH appreciated !
UEZ Posted May 19, 2011 Posted May 19, 2011 (edited) Use #AutoIt3Wrapper_Icon=<path to an .ico file> and compile your script.It will show the "logo".You need the full SciTE installtion!Br,UEZ Edited May 19, 2011 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
wakillon Posted May 19, 2011 Posted May 19, 2011 (edited) like a WinSetIcon function ...but for AutoIt or External Window ? Edited May 19, 2011 by wakillon AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
richietheprogrammer Posted May 19, 2011 Author Posted May 19, 2011 like a WinSetIcon function ...but for AutoIt or External Window ?Sure, I want to change the logo of a certain open program (the title logo). Like in IE, that "e" symbol at the beginning of the title bar. That's what I want to change. Thanks for any help!
UEZ Posted May 19, 2011 Posted May 19, 2011 Well, I got wrong again! I should read carefully what the op wrote. Sorry, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
richietheprogrammer Posted May 19, 2011 Author Posted May 19, 2011 Well, I got wrong again! I should read carefully what the op wrote. Sorry,UEZhaha no problem!
wakillon Posted May 19, 2011 Posted May 19, 2011 Sure, I want to change the logo of a certain open program (the title logo). Like in IE, that "e" symbol at the beginning of the title bar. That's what I want to change. Thanks for any help!For external soft, try with reshacker... AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
richietheprogrammer Posted May 19, 2011 Author Posted May 19, 2011 For external soft, try with reshacker...ive tried that. Resource hacker displays "This file has a non-standard resource layout..it has probably been compressed with an "EXE compressor".
wakillon Posted May 19, 2011 Posted May 19, 2011 No Luck ! AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
UEZ Posted May 19, 2011 Posted May 19, 2011 (edited) I don't know why you want to change it but every exe compressor can be decompressed (unpacked) again. If it is not a standard packer like UPX you have to look in the underground... Br, UEZ Edited May 19, 2011 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
richietheprogrammer Posted May 19, 2011 Author Posted May 19, 2011 I don't know why you want to change it but every exe compressor can be decompressed (unpacked) again. If it is not a standard packer like UPX you have to look in the underground...Br,UEZDidnt really wana go this far. Not trying to hack a software, just change the picture. no way with autoit? I was hoping for a function like the winsettitle.
wakillon Posted May 20, 2011 Posted May 20, 2011 Didnt really wana go this far. Not trying to hack a software, just change the picture. no way with autoit? I was hoping for a function like the winsettitle.Search for another resource editor... AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
Zedna Posted May 21, 2011 Posted May 21, 2011 (edited) Google first result:How To Change the Application Icon with Visual Basichttp://support.microsoft.com/kb/259673/en-us?fr=1SendMessage & WM_SETICON Edited May 21, 2011 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
richietheprogrammer Posted May 23, 2011 Author Posted May 23, 2011 Google first result:How To Change the Application Icon with Visual Basichttp://support.microsoft.com/kb/259673/en-us?fr=1SendMessage & WM_SETICONI guess this would only work if the program was written in VB. Which it is not.
Maffe811 Posted May 23, 2011 Posted May 23, 2011 I just select the icon when i compile my script! It works perfectly! This is a program i have written with help from a friend! It has an icon in both the titlebar and the program itself! http://www.mediafire.com/?44bw6w7c241tcz4 [font="helvetica, arial, sans-serif"]Hobby graphics artist, using gimp.Automating pc stuff, using AutoIt.Listening to music, using Grooveshark.[/font]Scripts:[spoiler]Simple ScreenshotSaves you alot of trouble when taking a screenshot!Don't remember what happened with this, but aperantly the exe is all i got.If you don't want to run it, simply don't._IsRun UDFIt figures out if the script has ben ran before based on the info in a ini file.If you don't want to use exactly what i wrote, you can use it as inspiration.[/spoiler]
AdmiralAlkex Posted May 23, 2011 Posted May 23, 2011 I guess this would only work if the program was written in VB. Which it is not.That makes no sense. Just convert the code. You have _SendMessage() in SendMessage.au3, see helpfile. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Maffe811 Posted May 23, 2011 Posted May 23, 2011 I dont see why you would need it tough... [font="helvetica, arial, sans-serif"]Hobby graphics artist, using gimp.Automating pc stuff, using AutoIt.Listening to music, using Grooveshark.[/font]Scripts:[spoiler]Simple ScreenshotSaves you alot of trouble when taking a screenshot!Don't remember what happened with this, but aperantly the exe is all i got.If you don't want to run it, simply don't._IsRun UDFIt figures out if the script has ben ran before based on the info in a ini file.If you don't want to use exactly what i wrote, you can use it as inspiration.[/spoiler]
richietheprogrammer Posted May 23, 2011 Author Posted May 23, 2011 I just select the icon when i compile my script!It works perfectly!This is a program i have written with help from a friend!It has an icon in both the titlebar and the program itself!http://www.mediafire.com/?44bw6w7c241tcz4I do not want to change the icon for a program I am scripting, but rather to an external software.
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