Hi friends.
I want to open a power point file just by clicking a button. I want to know how to code it. Please help. Thanks in advance.
regards
Zeb-ur-Rehman
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Mar 12, 2012, 6:30 AM
If you want to open any type of file or exe then you have to use the following code.
Before that you need to include "using System.Diagnostics" as namespace.
If this post solve your question then mark it as "Accepted Answer".