The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: zemtex on July 22, 2011, 03:09:59 AM

Title: Reassigning ID's to controls in Resource Editor
Post by: zemtex on July 22, 2011, 03:09:59 AM
How can I quickly give all controls new ID's in any given range in Resource Editor 2.2.0.7 by Ketil Olsen? I know how to give them new TAB orders, which is not the problem. I just need to give all controls new ID's.
Title: Re: Reassigning ID's to controls in Resource Editor
Post by: Tedd on July 22, 2011, 12:12:16 PM
A good text editor, with 'over' mode on :bdg

If there are a lot, I'd probably do something in a scripting language (python, ruby, perl..) to pick out the lines, split them by comma, fix the ids, and then rewrite the file.