Apr 16, 2009
















Opening .exe file in VB

Shell "C:\try1\project1.exe", vbNormalFocus



Opening file in VB

Private Sub Command1_Click()
Dim RetVal
RetVal = Shell("C:\WINDOWS\System32\calc.exe", 1)
End Sub

0 comments :

Post a Comment

Please write your comment here