Programalama > VISUAL BASIC

Etiketler: aranan, dosyayi, bulma

Ort. 0
Puan ver:
' Form üzerine bri adet  FileListBox, bir adet DirListBox bir adetde  
' DriveListBox yerleştirin
dosyaadi="murat"
call dosyabul (dosyaadi)
 
Public Sub dosyabul(dosya As String)
On Error GoTo z
For i = 0 To drive1.ListCount
dir1.Path = drive1.List(i)
For j = 0 To dir1.ListCount
file1.Path = dir1.List(i)
For k = 0 To file1.ListCount
If file1.List(k) = dosya Then MsgBox "Dosya Bulundu"
Next k
Next j
Next i
Exit Sub
z:
MsgBox Err.Description
End Sub



Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.