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 difference between import system.data.sqlclient,system.data.oledb?
What are the differences between vb.net and c#, related to oops concepts
Can you please explain the difference between int and int32?
Explain how can we remove handlers at run time?
What are the advantages of migrating to vb.net?
What is the use of internal keyword?
Explain the difference between dispose and finalize()?
What is a stream in vb.net?
What is strong typing and weak typing?
What is misl code?
What is the difference between readonly variable and constant variable?
What is tracing?
Described strong typing and weak typing?
Explain how to store decimal data in .net?
What is a static variable?