23-05-17, 12:30 AM
كود :
Dim open As New OpenFileDialog With {.Filter = "Files *.dll|*.dll"}
If open.ShowDialog = Windows.Forms.DialogResult.OK Then
Dim fn As String = open.FileName
MsgBox(fn)
End Ifاما استخراج مافيه في مسار ما لم افهمها
