Back to Browse

Visual Basic : DRIVE/DIRECTORY/FILE LISTBOX(Slip 4 & Slip 22)

906 views
Apr 9, 2020
12:45

Private Sub Command1_Click() File1.Pattern = "*.TXT" End Sub Private Sub Command2_Click() File1.Pattern = "*.JPG" End Sub Private Sub Command3_Click() File1.Pattern = "*.PDF" End Sub Private Sub Command4_Click() File1.Pattern = "*.*" End Sub Private Sub Command5_Click() Image1.Picture = LoadPicture(File1.Path & "\" & Filea1.FileName) End Sub Private Sub Dir1_Change() File1.Path = Dir1.Path End Sub Private Sub Drive1_Change() Dir1.Path = Drive1.Drive End Sub

Download

1 formats

Video Formats

360pmp422.1 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Visual Basic : DRIVE/DIRECTORY/FILE LISTBOX(Slip 4 & Slip 22) | NatokHD