How can I load a chm file in a form?
-
It means that when user press F1, help of the application will load in a special form. How can I do this? Pls help!
-
It means that when user press F1, help of the application will load in a special form. How can I do this? Pls help!
Hi You just use c# namespace using System.Runtime.InteropServices; Process.Start("Test.Chm") so you can call anykind file using the above code and also connect to internet use these code Sak :)
-
Hi You just use c# namespace using System.Runtime.InteropServices; Process.Start("Test.Chm") so you can call anykind file using the above code and also connect to internet use these code Sak :)
Thanks Sak, What is the Process is?
-
It means that when user press F1, help of the application will load in a special form. How can I do this? Pls help!
See System.Windows.Forms.Help.ShowHelp