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 advantage of using system.text.stringbuilder over system.string?
What is globalization?
What are the advantages of vb.net and c#?
So you know which dll is used for microsoft .net run time?
Name some of the keywords used in vb.net?
What are the objects in asp.net?
Tell me which namespace are used for accessing the data?
Name the two main parts of .net?
Allowed program to auto-correct the database when loading a presentation.
What is sealed class?
What is the purpose of an Assembly?
Can you please explain the difference between dataset and datareader?
source code for how to login a vb.net application ?
Explain internal keyword in .net framework?
What is strong name in .net assembly?