Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Resizable dialog, resizable controls, splitters
#9
You create/destroy controls at run time.
Splitter manages only those controls that were beside it when dragging first time.
Call AttachControls.

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)
,ds.AttachControls(1)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)