Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Email
#1
OK, i have this software i made and wanna turn it into exe in the future to use for selling to my clients. The only thing i stilll need is with this dialog when they press Submit button it sends the info to an email....for people buying T-Shirts from my site. Can anyone set it up for me please im completely lost on the Email with QM.

Code:
Copy      Help
;\Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages

;BEGIN DIALOG
;0 "" 0x90C80A44 0x100 0 0 172 228 "Sam's T-Shirt Depot"
;3 Static 0x54000000 0x0 10 28 22 8 "Name:"
;4 Static 0x54000000 0x0 10 64 20 8 "Email:"
;5 Static 0x54000000 0x0 10 46 28 8 "Address:"
;6 Static 0x54000000 0x0 10 126 34 16 "Amount of T-Shirts:"
;7 Static 0x54000000 0x0 10 152 34 18 "Additional[]Info:"
;8 Static 0x54000000 0x0 10 82 50 8 "Phone Number:"
;9 Static 0x54000000 0x0 10 98 34 18 "Best Time to Call:"
;10 Static 0x54000000 0x0 24 2 116 18 "Please fill out all the info below, every responce is required, Thanks"
;11 Edit 0x54030080 0x200 36 26 96 14 ""
;12 Edit 0x54030080 0x200 40 44 96 14 ""
;13 Edit 0x54030080 0x200 36 62 96 14 ""
;14 Edit 0x54032000 0x200 66 80 96 14 ""
;15 Edit 0x54030080 0x200 50 100 96 14 ""
;16 Edit 0x54032000 0x200 48 126 32 14 ""
;17 Edit 0x54231044 0x200 52 152 96 48 ""
;1 Button 0x54030001 0x0 56 210 48 14 "Submit"
;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


Forum Jump:


Users browsing this thread: 1 Guest(s)