Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a project and there is help button then who can i add the help document behind the help button??
Posted
Comments
BillWoodruff 16-Sep-14 8:50am    
You need to give more information to make this a question that will get good responses. What kind of document is the Help File, what application will display it ... your own ? Is this Web, or Windows Forms ?
Member 11063279 16-Sep-14 10:32am    
it's window form application

1 solution

If you just want to open the file in whatever editor your users have set as default, simply call Process.Start(yourfile_full_name_with_path) from your button click handler - you of course have to know where the file is if it isn't in the same directory as your exe.
 
Share this answer
 
v2

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