Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run Any file from Vb

Status
Not open for further replies.

iqbal21

Programmer
Mar 18, 2002
6
0
0
IN
Hi there

I want to run word file from Vb app.Problem is what Component should i add to work with Filesystemobject.

Thank u in Advance.
 
The ShellExecute API will API will work much more efficiently than the Scripting runtime. You only need one line of code to open Word, and theres no extra dependancy to ship with your program.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top