Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
From within VB2010 program, how do you "open" an associated document file using Windows file associativity? For example, as part of my programs data set, I have an excel workbook form that the program uses. I already know how to start Excel from withing the program. What I want to be able to do is let windows start the appropriate application program and load the file, simialr to what happens when you double click a file from Windows Explorer or on the desktop. In general, this data set could have Word docs, Excel workbooks, pdf files, etc...
Posted

1 solution

Process.Start(filename) will open the file with the associated program.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900