yucatan Posted April 2, 2008 Posted April 2, 2008 run("C:\Users\Public\Pictures\Sample Pictures\Beek.jpg") whyt this wont work??? he say cant find but i'm sure the file is there with the right name?
covaks Posted April 2, 2008 Posted April 2, 2008 ShellExecute("C:\Users\Public\Pictures\Sample Pictures\Beek.jpg") Use Run for executable types. For things like .jpgs, .doc, .txt, etc, if you want it to open with the default program, use ShellExecute.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now