How do I run files(from any kind) from Visual Basic
Printable View
How do I run files(from any kind) from Visual Basic
check the SHELL function
If you're looking for an API solution, look at CreateProcess.
Otherwise, use makai's suggestion.
I've also seen ShellExecute suggested, but I've never used it and don't really know its particulars.
- Shawn
Game Programmer
Humongous Entertainment, Inc.