The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




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


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)