エクスプローラもどきの作成 (2)


  ListViewコントロールを実装

1) ListViewコントロールを貼り付け
2) オブジェクト名を「LIST」に変更
3) Top プロパティを 0 に変更
4) LISTの上で右クリックしてプロパティを表示
5) 全般の表示プロパティを、lvwReport に変更
6) 列見出しタブを選択
7) ファイル名、サイズ、更新日付を追加

8) ListView用にFileListBoxコントロールを貼り付け
9) オブジェクト名を「FLIST」に変更
10) FLIST を非表示に設定

  標準モジュールに「LIST」用のコードを追加

  

' ******************************************************
' ローカルファイルリスト作成
' ******************************************************
Public Sub LoadListView(frm As Form)
    
    Dim I As Long
    Dim oFILE As FileListBox
    Dim oLIST As ListView
    Dim oITEM As ListItem
    
    Set oFILE = frm.FLIST
    Set oLIST = frm.LIST
  
    oFILE.Path = CurDir()
    
    oLIST.ListItems.Clear
    For I = 0 To oFILE.ListCount - 1
        
        Set oITEM = oLIST.ListItems.Add(, , oFILE.LIST(I))
        oITEM.SubItems(1) = FileLen(oFILE.LIST(I))
        oITEM.SubItems(2) = FileDateTime(oFILE.LIST(I))
            
    Next I

End Sub

  

  ツリーのノードをクリックした時にファイルを表示する

  

Private Sub TV_Click()

    Dim oNode As Node

    Set oNode = TV.SelectedItem
    ChDir "\" & oNode.FullPath
    LoadListView frmMain

End Sub
  

  ListView の表示調整

  

Private Sub Form_Load()

    Dim oITEM As Object
    
    TV.Top = DRV.Height
    TV.Width = DRV.Width

    LIST.Left = DRV.Width
    LIST.ListItems.Clear

    ChDir "\"
    TV.Nodes.Clear
    LoadTreeView frmMain, 0

End Sub

Private Sub Form_Resize()

    If WindowState <> 1 Then
        TV.Height = frmMain.Height - DRV.Height - 700
        LIST.Height = frmMain.Height - 700
        LIST.Width = frmMain.Width - DRV.Width - 120
    End If

End Sub
  

  ドライブ変更時の処理

  

Private Sub DRV_Change()
    
    On Error GoTo ErrorMsg
    
    ChDrive DRV.Drive
    ChDir "\"
    TV.Nodes.Clear
    LoadTreeView frmMain, 0
    
    LIST.ListItems.Clear

    Exit Sub

ErrorMsg:
    MsgBox Err.Description, vbOKOnly, "EPM"

End Sub
  




yahoo  google  MSDN  MSDN(us)  WinFAQ  Win Howto  tohoho  ie_DHTML  vector  wdic  辞書  天気 


[vb]
claudebot
24/03/29 19:56:12
InfoBoard Version 1.00 : Language=Perl

1 BatchHelper COMprog CommonSpec Cprog CprogBase CprogSAMPLE CprogSTD CprogSTD2 CprogWinsock Cygwin GameScript HTML HTMLcss InstallShield InstallShieldFunc JScript JScriptSAMPLE Jsfuncs LLINK OldProg OracleGold OracleSilver PRO PRObrowser PROc PROconePOINT PROcontrol PROftpclient PROjscript PROmailer PROperl PROperlCHAT PROphp PROphpLesson PROphpLesson2 PROphpLesson3 PROphpfunction PROphpfunctionArray PROphpfunctionMisc PROphpfunctionString PROsql PROvb PROvbFunction PROvbString PROvbdbmtn PROvbonepoint PROwebapp PROwin1POINT PROwinSYSTEM PROwinYOROZU PROwindows ProjectBoard RealPHP ScriptAPP ScriptMaster VBRealtime Vsfuncs a1root access accreq adsi ajax amazon argus asp aspSample aspVarious aspdotnet aw2kinst cappvariety centura ckeyword classStyle cmaterial cmbin cmdbapp cmenum cmlang cmlistbox cmstd cmstdseed cmtxt cs daz3d db dbCommon dbaccess dnettool dos download flex2 flex3 flex4 framemtn framereq freeWorld freesoft gimp ginpro giodownload google hdml home hta htmlDom ie9svg install java javaSwing javascript jetsql jquery jsp jspTest jspVarious lightbox listasp listmsapi listmsie listmsiis listmsnt listmspatch listmsscript listmsvb listmsvc memo ms msde mysql netbeans oraPlsql oracle oracleWiper oraclehelper orafunc other panoramio pear perl personal pgdojo pgdojo_cal pgdojo_holiday pgdojo_idx pgdojo_ref pgdojo_req php phpVarious phpguide plsql postgres ps r205 realC realwebapp regex rgaki ruby rule sboard sc scprint scquest sdb sdbquest seesaa setup sh_Imagick sh_canvas sh_dotnet sh_google sh_tool sh_web shadowbox shgm shjquery shvbs shweb sjscript skadai skywalker smalltech sperl sqlq src systemdoc tcpip tegaki three toolbox twitter typeface usb useXML vb vbdb vbsfunc vbsguide vbsrc vpc wcsignup webanymind webappgen webclass webparts webtool webwsh win8 winofsql wmi work wp youtube