kittmaster Posted December 16, 2006 Posted December 16, 2006 I'm using Ziggy's keygen template files, I want to change the dialog box icon from the orange key to something else. I've been able to change the other things like the test and lines etc using the rcsc.rc file and I've looked at the asm for the file an app_icon.ico and can't figure out how to modify it. I'm using winasm in visual mode, any idea wth I'm doing wrong?..........Chris
GaBoR Posted December 16, 2006 Posted December 16, 2006 Here(rsrc.rc) you can replace keygen.ico with any other icon file:; icon for caption bar2 ICON MOVEABLE PURE LOADONCALL DISCARDABLE"keygen.ico"
kittmaster Posted December 16, 2006 Author Posted December 16, 2006 thanks for the reply. I should have edited this thread but forgot, yes you are absolutely right, I found that opening that file with a hex editor allowed me to make the needed changes............I guess there is a problem within asm that doesn't allow one to edit this parameter which makes that program pretty useless........ Thanks for the help! Chris
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