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 diffrence constructor and destructor in vb
Explain option explicit?
Did vb6 support multi-threading ?
What is the purpose of an Assembly?
What is the strong name in .net assembly?
What are the shared variables?
what is interface and when it is used?
What are all the parts of .net framework?
What is the difference between custom control and user control?
What are the assembly entry points?
Explain about delegate?
How does vb.net achieve polymorphism?
What keyword is used to accept a variable number of parameter in a method?
What are jagged arrays ?
What do you mean by Redim in VB.NET?