禁用资源管理器代码 Option Explicit Private Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long Private Declare Function ShowWindow Lib "user32" (ByV
一个完整实现的资源管理器的源代码。是学习windows文件操作和VB listview控件的理想代码。
(The realization of a complete resource manager s source code. Windows files learn VB listview control operation and the ideal code.)