11-20-2008, 01:50 PM
Replace
if(!ShowDialog("Dialog73" &Dialog73)) ret
BEGIN DIALOG
0 "" 0x90CA0A44 0x100 0 0 159 81 "Sean's Jester Timer"
2 Button 0x54030000 0x4 82 50 48 14 "Close"
4 Button 0x54032000 0x0 24 4 48 14 "Start"
5 Button 0x54032000 0x0 82 4 48 14 "Stop"
3 Edit 0x54030880 0x200 28 26 100 14 ""
6 Button 0x54032000 0x0 22 50 48 14 "Instructions"
END DIALOG
DIALOG EDITOR: "" 0x2020105 "" "" ""
to
lpstr dd=
BEGIN DIALOG
0 "" 0x90CA0A44 0x100 0 0 159 81 "Sean's Jester Timer"
2 Button 0x54030000 0x4 82 50 48 14 "Close"
4 Button 0x54032000 0x0 24 4 48 14 "Start"
5 Button 0x54032000 0x0 82 4 48 14 "Stop"
3 Edit 0x54030880 0x200 28 26 100 14 ""
6 Button 0x54032000 0x0 22 50 48 14 "Instructions"
END DIALOG
DIALOG EDITOR: "" 0x2020105 "" "" ""
if(!ShowDialog(dd &Dialog73)) ret
if(!ShowDialog("Dialog73" &Dialog73)) ret
BEGIN DIALOG
0 "" 0x90CA0A44 0x100 0 0 159 81 "Sean's Jester Timer"
2 Button 0x54030000 0x4 82 50 48 14 "Close"
4 Button 0x54032000 0x0 24 4 48 14 "Start"
5 Button 0x54032000 0x0 82 4 48 14 "Stop"
3 Edit 0x54030880 0x200 28 26 100 14 ""
6 Button 0x54032000 0x0 22 50 48 14 "Instructions"
END DIALOG
DIALOG EDITOR: "" 0x2020105 "" "" ""
to
lpstr dd=
BEGIN DIALOG
0 "" 0x90CA0A44 0x100 0 0 159 81 "Sean's Jester Timer"
2 Button 0x54030000 0x4 82 50 48 14 "Close"
4 Button 0x54032000 0x0 24 4 48 14 "Start"
5 Button 0x54032000 0x0 82 4 48 14 "Stop"
3 Edit 0x54030880 0x200 28 26 100 14 ""
6 Button 0x54032000 0x0 22 50 48 14 "Instructions"
END DIALOG
DIALOG EDITOR: "" 0x2020105 "" "" ""
if(!ShowDialog(dd &Dialog73)) ret