搜索资源列表
用VB实现状态栏上的进度条
- Option Explicit Public Declare Function SendMessage Lib \"user32\" Alias \"SendMessageA\" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Public Declare Function SetParent Lib \"user32\" (ByVal hWndChild As Long,
ListViewAutoAdj
- 通过sendmessage和重写窗口消息处理函数实现listview列宽自动调整-And rewritten by sendmessage window message handling functions for automatically adjusting listview column width
