vb6.0 IE 浏览器源码
基于IE内核的浏览器(美化版) Private Type tagInitCommonControlsEx lngSize As Long lngICC As Long End Type Private Declare Function InitCommonControlsEx Lib "comctl32.dll" _ (iccex As tagInitCommonControlsEx) As Boolean Private Const ICC_USEREX_CLASSES = &H200 Public Function InitCommonControlsVB() As Boolean On Error Resume Next Dim iccex As tagInitCommonControlsEx ' Ensure CC available: With iccex .lngSize = LenB(iccex) .lngICC = ICC_USEREX_CLASSES End With InitCommonControlsEx iccex InitCommonControlsVB = (Err.Number = 0) On Error GoTo 0 End Function Sub Main() InitCommonControlsVB mainFrm.Show End Sub InitCommonControlsVB = (Err.Number = 0) On Error GoTo 0 End Function Sub Main() InitCommonControlsVB mainFrm.Show End Sub
文件列表
vb6.0 IE 浏览器源码
(预估有个161文件)
frmAbout.frm
4KB
mainFrm.frx
23KB
mainFrm.frm
33KB
www.baidu.com_favicon.ico
2KB
APP_ICON.ICO
6KB
DY.ICO
2KB
BAIDU.ICO
2KB
THEWORLD.ICO
17KB
YY_icon.ico
4KB
FAV_URL.ICO
2KB
用户评论