01-10-2009, 03:36 AM
What im wanting that to do is run the file and stop the file when clicked and in the static box i want to beable to type a text so it will show up in the spot to key y when i run
\Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages
BEGIN DIALOG
0 "" 0x90C80A44 0x100 0 0 229 108 "Dialog"
3 Button 0x54032000 0x0 98 10 56 18 "Run File"
4 Button 0x54032000 0x0 158 10 56 18 "Stop File"
6 Static 0x54000000 0x0 4 8 92 44 "This will run the file and stop the file when needed it helps keep speed instead of clicking pause break"
7 Edit 0x54030080 0x200 90 64 96 14 ""
8 Static 0x54000000 0x0 6 60 76 30 "Type The Message That You Want To quick paist for your mail"
9 Button 0x54020007 0x0 2 54 196 52 ""
5 Button 0x54020007 0x0 2 2 216 52 ""
END DIALOG
DIALOG EDITOR: "" 0x2020105 "" "" ""
ret
messages
sel message
case WM_INITDIALOG
case WM_DESTROY
case WM_COMMAND goto messages2
ret
messages2
sel wParam
case IDOK
case IDCANCEL
ret 1
\Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages
BEGIN DIALOG
0 "" 0x90C80A44 0x100 0 0 229 108 "Dialog"
3 Button 0x54032000 0x0 98 10 56 18 "Run File"
4 Button 0x54032000 0x0 158 10 56 18 "Stop File"
6 Static 0x54000000 0x0 4 8 92 44 "This will run the file and stop the file when needed it helps keep speed instead of clicking pause break"
7 Edit 0x54030080 0x200 90 64 96 14 ""
8 Static 0x54000000 0x0 6 60 76 30 "Type The Message That You Want To quick paist for your mail"
9 Button 0x54020007 0x0 2 54 196 52 ""
5 Button 0x54020007 0x0 2 2 216 52 ""
END DIALOG
DIALOG EDITOR: "" 0x2020105 "" "" ""
ret
messages
sel message
case WM_INITDIALOG
case WM_DESTROY
case WM_COMMAND goto messages2
ret
messages2
sel wParam
case IDOK
case IDCANCEL
ret 1