Using this program you can run any type of file in your computer
Using this program you can run any type of file in your computer
Rate Using this program you can run any type of file in your computer
(1(1 Vote))
File1.Path = Dir1.Path
End Sub
Private Sub Drive1_Change()
On Error GoTo msg
Dir1.Path = Drive1.Drive
Exit Sub
msg: MsgBox "Drive is not ready"
End Sub
Private Sub File1_DblClick()
Dim d
Call ShellExecute(0&, vbNullString, File1.FileName, vbNullString, Dir1.Path, vbNormalFocus)
End Sub
Using this program you can run any type of file in your computer Comments
No comments yet — be the first to post one!
Post a Comment