Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Resizable dialog, resizable controls, splitters
#7
Do you hide current ActiveX control when create new (CreateControl)?

Also, to reduce flickering, ActiveX must have WS_CLIPCHILDREN style.

...
Code:
Copy      Help
;3 ActiveX 0x56030000 0x0 310 20 248 362 "SHDocVw.WebBrowser"
...
Code:
Copy      Help
,;hid id(103 hDlg); err
,DestroyWindow id(103 hDlg)
,int t=CreateControl(0 "ActiveX" "SHDocVw.WebBrowser" WS_CLIPCHILDREN rct.left rct.top rct.right-rct.left rct.bottom-rct.top hDlg 100+3)
...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)