Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
execute QM commands from buttons on a web page
#1
Web design software can be very convenient layout. Can I execute QM macro commands on the buttons of web pages?

I hope the developer can provide some sample code, thanks in advance.


Macro Macro1
Code:
Copy      Help
str dd=
;BEGIN DIALOG
;0 "" 0x90C80AC8 0x0 0 0 448 214 "Dialog"
;3 ActiveX 0x54030000 0x0 0 0 448 214 "SHDocVw.WebBrowser {8856F961-340A-11D0-A96B-00C04FD705A2}"
;END DIALOG
;DIALOG EDITOR: "" 0x2040701 "*" "" "" ""

str controls = "3"
str ax3SHD
ax3SHD="$desktop$\index.html"
if(!ShowDialog(dd &sub.DlgProc &controls)) ret

#sub sub1
mes "this is QM mes"

#sub DlgProc
function# hDlg message wParam lParam

sel message
,case WM_INITDIALOG
,case WM_DESTROY
,case WM_COMMAND goto messages2
ret
;messages2
sel wParam
,case IDOK
,case IDCANCEL
ret 1


Attached Files Image(s)
   

.zip   index.zip (Size: 882 bytes / Downloads: 299)


Messages In This Thread
execute QM commands from buttons on a web page - by win - 08-17-2018, 06:37 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)