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
How do you use two datareaders at the same time in a vb.net windows application ?
Explain convert.tostrin?
What are all the differences between dispose and finalize()?
What is the difference between system.applicationexception class and system.systemexception?
Explain the differences between vb.net and c#, related to oops concepts?
i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate
Explain the use of new keyword?
Which dll is used for microsoft .net run time?
What are the difference between structure and class?
What is the difference between .dll extension and .exe extension files?
Name some different types of control?
Explain the advantages of migrating to vb.net?
Explain how to send xml file on server using http protocol?
Explain about jagged arrarys ?
Explain how does the xmlserializer work?