Posted December 16, 200618 yr 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
December 16, 200618 yr Here(rsrc.rc) you can replace keygen.ico with any other icon file:; icon for caption bar2 ICON MOVEABLE PURE LOADONCALL DISCARDABLE"keygen.ico"
December 16, 200618 yr Author 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
Create an account or sign in to comment