Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I had always worked with Web applications and know how to open any kind of file in web app.

Can you please let me know if there is any method similar to Response.Write in Windows APplication too.

Thanks.

Prathap.
Posted

1 solution

If you're talking about loading documents into your application I would suggest looking into COM Objects e.g Microsoft word. If you were open to just opening the document from microsoft word try looking into the Process class in System.Diagnostics;

Process.Start(documentpath);
 
Share this answer
 
v2
Comments
Prathap Gangireddy 3-Jan-13 13:40pm    
Hi,

I just need to open the server end documents.I have used Proces.start and it works fine with Word files while the same is not working for EXcel,PPT,PDF files..Can u suggest some method for the same.
austinbox 3-Jan-13 14:00pm    
http://www.codeproject.com/Articles/5123/Opening-and-Navigating-Excel-with-C
Lots of articles on opening these things, just use the search up in the corner ;)

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