A suggestion: when the RE project reach design phase will be very if if you display guide lines to align the controls in dialog. New versions of VB, Delphi, etc do it. When you move a control or object the IDE display align guidelines and tooltip of coordinates. Below we have examples from Turbo Delphi 2006:
Antonio - Here is a very simple rc file that shows the problem. The original file has more LTEXTand EDITTEXT as well as a checkbox, but this simplified version shows the problem when I open it with a doubleclick in the re.exe. The string will appear normally if the commas are removed.
I have another question, though. My folder pages are all individual dialogs and do not have SYS_MENU on them, nor a button with ID 1 or 2. As a result I can't close these dialogs in RE.EXE so I hit Ctrl. Alt, Del and close the editor. I suppose at some point you will need some sort of button outside the dialog to close them?