I'm unable to open a .hlp file using vb.net application.
Answer Posted / ankur
using System.Diagnostics;
private void DisplayHelp()
{
string path = Application.StartupPath + "\\HELPFILE.HLP";
Help.ShowHelp(this, path);
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between c# and vb.net?
Name some of the features present in vb 2005?
What is the difference between vb 6 and vb.net?
What is the advantages of VB.NET?
Tell me which namespace are used for accessing the data?
Explain option strict?
Explain the difference between int and int32?
What is break mode? What are the options to step through code?
What is the difference between system.applicationexception class and system.systemexception?
What is code access security?
Explain the use of option explicit?
What is late binding and early binding?
Explain about Visual basic.NET culture?
What is normal jit?
Name some different types of control?