Hi James,
continuous copying and pasting works for me now too.
I would like to ask a question about the window styles which seem to be hard-coded in the rc files. I can load your rc files with ResEd.exe and see and save the styles like this:
...
CAPTION "Weather Information"
FONT 10,"Tahoma",400,0,0
STYLE WS_VISIBLE|WS_CAPTION|WS_SYSMENU|WS_THICKFRAME|WS_MINIMIZEBOX|DS_CENTER
BEGIN
CONTROL "Outdoor",IDC_GRP1,"Button",WS_CHILDWINDOW|WS_VISIBLE|BS_FLAT|BS_GROUPBOX,16,10,122,134
CONTROL "Temp",IDC_STC1,"Static",WS_CHILDWINDOW|WS_VISIBLE,28,28,38,10
...
but this is not accepted with Dlg2Src.exe. What must I change in ResEd.exe to get the same rc file as you?
Roland