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.
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.