Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Popup window open link
#4
Huh
http://fs.focusky.com.cn/wmindmap/jhgh/ftkf/index.html
IE browser control can not load the web page, but can be opened directly in IE browser, the problem is very strange, I hope the developers can help me verify, thanks



Macro Macro1
Code:
Copy      Help
str dd=
;BEGIN DIALOG
;0 "" 0x90CF0AC8 0x0 0 0 586 262 "bs"
;2 Button 0x54030000 0x4 376 236 48 14 "Cancel"
;1 Button 0x54030001 0x4 308 236 48 14 "OK"
;3 ActiveX 0x54030000 0x0 12 8 564 216 "SHDocVw.WebBrowser {8856F961-340A-11D0-A96B-00C04FD705A2}"
;END DIALOG
;DIALOG EDITOR: "" 0x2040700 "*" "" "" ""

str controls = "3"
str ax3SHD
if(!ShowDialog(dd &sub.DlgProc &controls)) ret


#sub DlgProc
function# hDlg message wParam lParam
SHDocVw.WebBrowser we3
int- t_mainDlg

sel message
,case WM_INITDIALOG
,t_mainDlg=hDlg
,DT_SetAutoSizeControls(hDlg "3s 4mh 4sv 1m 2m")
,max hDlg
,
,we3._getcontrol(id(3 hDlg))
,we3.Navigate("http://fs.focusky.com.cn/wmindmap/jhgh/ftkf/index.html")

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


Messages In This Thread
Popup window open link - by win - 04-20-2018, 06:41 AM
RE: Popup window open link - by Gintaras - 04-20-2018, 08:41 AM
RE: Popup window open link - by win - 04-20-2018, 09:13 AM
RE: Popup window open link - by win - 04-20-2018, 11:36 AM
RE: Popup window open link - by Kevin - 04-20-2018, 04:28 PM
RE: Popup window open link - by win - 04-20-2018, 06:32 PM
RE: Popup window open link - by Kevin - 04-20-2018, 07:19 PM
RE: Popup window open link - by win - 04-20-2018, 08:25 PM
RE: Popup window open link - by win - 04-20-2018, 10:45 PM
RE: Popup window open link - by Kevin - 04-21-2018, 12:09 AM
RE: Popup window open link - by win - 04-21-2018, 03:13 AM
RE: Popup window open link - by Kevin - 04-21-2018, 03:18 AM
RE: Popup window open link - by win - 04-21-2018, 04:33 AM
RE: Popup window open link - by win - 04-21-2018, 05:59 AM
RE: Popup window open link - by Kevin - 04-21-2018, 11:46 PM
RE: Popup window open link - by win - 04-22-2018, 01:58 AM
RE: Popup window open link - by r0n - 04-22-2018, 04:33 PM
RE: Popup window open link - by Kevin - 04-22-2018, 05:39 PM
RE: Popup window open link - by win - 04-22-2018, 10:35 PM
RE: Popup window open link - by Kevin - 04-22-2018, 11:19 PM
RE: Popup window open link - by win - 04-22-2018, 11:24 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)