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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -