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!

Launching a *.doc 1

Status
Not open for further replies.

JurgenWellinger

Programmer
Aug 30, 2001
8
ZA
Simple question (I hope): How do I make my program launch a *.doc document?? I don't want to display the document in my program but have something like word open it. I thought this would be an easy way to write help documentation for my program, if the user asks for help then the program just opens the User Manual for him.

Thanks.
Jürgen Wellinger.
 
ShellExecute() with lpOperation = "Open" :) Hope that this helped! ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top