用VB实现类似资源管理的程序 EnumDeskVB ---------- A VB5 example demonstrating how to dynamically create both the treeview and listview controls exposed by the common control library Comctl32.dll at runtime without the use of Comctl32.ocx. Author: Brad Martinez b
基于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 Pu