Hello, I tried to assign a simple command to a button
Shell ("\Windows\fexplore.exe")
It doesn't matter what I try, the execution of this code in WM5 always
returns an error saying the file does not exist. I even tried this:
If File.Exist ("\Windows\fexplore.exe") Then
msgbox "success"
Shell ("\Windows\fexplore.exe")
Else
msgbox "failure"
End If
I always receive the success msgbox, but I get a "file does not exist" when
the shell command executes.
Does anyone know how to run a program from within a WM5 application using
Visual Basic 2005 ???
Thank you,
Mike Sims
Replies