HTML Help Executable file
-
Dear All, I am trying to display this help file on button click event, Microsoft® HTML Help Executable and i want to edit and save it. Please guide me how i can do this i am also searching for this. Thanks Sajjad Ali
-
Dear All, I am trying to display this help file on button click event, Microsoft® HTML Help Executable and i want to edit and save it. Please guide me how i can do this i am also searching for this. Thanks Sajjad Ali
In Help button event to show the help file. u can use the methos " System.Diagnostics.Process.Start("yourHelpFile")" in web format. usually, the help is not needed to be edited, when show to the user.
-
In Help button event to show the help file. u can use the methos " System.Diagnostics.Process.Start("yourHelpFile")" in web format. usually, the help is not needed to be edited, when show to the user.
I done it it is working now, But i want to edit and save .chm file. and again want to display it in application. What should i do for this i have down loaded editor for .chm file but now i am getting where i have to start it. Please do replay. Sajjad