Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IntGetFile from URL generated by Server script.
#8
Function Dialog82
Code:
Copy      Help
\Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages

str controls = "3"
str ax3SHD
ax3SHD="www.quickmacros.com/forum"
hDlg=ShowDialog("Dialog82" &Dialog82 &controls 0 1)
opt waitmsg 1
wait 0 -WC hDlg

;to make invisible, change 0x90C800C8 to 0x80C800C8

;BEGIN DIALOG
;0 "" 0x90C800C8 0x0 0 0 491 333 "Dialog82"
;3 ActiveX 0x54030000 0x0 0 0 492 332 "SHDocVw.WebBrowser"
;END DIALOG
;DIALOG EDITOR: "" 0x2030109 "*" "" ""

ret
;messages
SHDocVw.WebBrowser we3
sel message
,case WM_INITDIALOG
,case WM_DESTROY
,case WM_COMMAND goto messages2
ret
;messages2
sel wParam
,case IDOK
,case IDCANCEL
ret 1

Macro Macro1285
Code:
Copy      Help
int w1=win("Dialog82" "#32770")
if(!w1)
,mac "Dialog82"
,1
,w1=win("Dialog82" "#32770")

Htm el=htm("A" "Programming" "" w1 0 0 0 20)
el.Click
el=htm("A" "IntGetFile" "" w1 0 0 0 10)
el.Click


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)