c# 4.0 - how to open a file such as pdf,etc "from" a windows form app in C# -
I want to create a link-containing Windows form, when the user clicks on that link, a file with some format (For example, a PDF file or HTML file) which is added to the resources, opens. This will not be opened in the form, meaning that the file will be opened with the file with Adobe Reader or any other program. how can I do this? Thank you
You have to remove this file from resources (I'm assuming that we are talking assembly -mbedded resource here) to % temp%
and then just make sure that the extracted file has the proper extension, though.
Comments
Post a Comment