MISIIM Posted August 8, 2007 Posted August 8, 2007 (edited) I need to set the icon of an external program. (I wrote the program using wxJavascript and I need to set the icon.) What would be the best way to do that. Edit: Never mind Edited August 8, 2007 by MISIIM
evilertoaster Posted August 8, 2007 Posted August 8, 2007 Google 'resource editor' or 'resource hacker' for a full list of results. The autoit wrapper usees a program callled 'reshacker' which im sure offers similar functionality.
MISIIM Posted August 8, 2007 Author Posted August 8, 2007 Well that doesn't work. wxjs doesn't use an icon for the main window, just the default application icon (I tried it).
evilertoaster Posted August 8, 2007 Posted August 8, 2007 So you want to change an icon that appears somwhere in the program? (not the icon of the program itself?) Your best bet is still a resource editor, although it might not be the icon file, most of the resource in an executable should be embeded somwhere unless they are extracted to the file system for use at runtime.
MISIIM Posted August 8, 2007 Author Posted August 8, 2007 Sorry, I guess I wasn't clear. The icon I want to change is the icon of the window. The icon is the default one you get on command line programs, etc. I tried using GUISetIcon and ANYGUI, but that doesn't seem to work.
evilertoaster Posted August 8, 2007 Posted August 8, 2007 Just for some clarification of terminology, the 'window icon' is the one circled in the picture attached?pic.bmp
AndyDLD Posted December 3, 2007 Posted December 3, 2007 Hi, i have the same "problem". Is there an solutions available? Regards, Andy
jvanegmond Posted December 3, 2007 Posted December 3, 2007 Is there a way to have a window without an icon? github.com/jvanegmond
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