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
#2
Several such topics are in the forum.
#3
i dont see any that relate to what i want , i want it to run the file when you click the button on the dialog and i want to make it stop when u click stop and the thing i can find anywere
and most importantly i want that i cant find is what do i use and how do i use it so were if i type hello on the dialog
it will put it in the place i want it to go
#4
mac "MacroYouWantToRun" ;;that will run a macro
shutdown -6 0 "MacroYouWantToStop" ;;that will stop the macro

look in help, setwintext and getwintext on how to gett text and put it where you need it.


Forum Jump:


Users browsing this thread: 1 Guest(s)