Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
encripting dialogs
#4
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)