Periodically I batch convert/translate my resources to other languages. This
means text will be either too big or small for what the English line took
up. This means French, German, etc. gets truncated in their dialogs. But
AutoLayout fixes this.
The problem is, I've got thousands of dialogs to go through. I managed to
assign a short-cut key to AutoLayoutBoth, etc. and just load up each dialog
in turn, and pressing the short-cut keys.
Still am wondering if there's a quicker way... eg. command-line way of doing
things?
There is /EX command line switch for MSDEV.EXE. If you can write a
macro that will do what you need, then you can run MSDEV.EXE from
command line and execute this macro. Type "msdev /?" at command
prompt to get more info.
HTH
Alex
"Alex Blekhman" <tkfx....@yahoo.com> wrote in message
news:#OsuJpGr...@TK2MSFTNGP05.phx.gbl...
Unfortunately, VC6 has quite basic macro support. Many operations
in the IDE cannot be recorded.
Alex