I'm unable to open a .hlp file using vb.net application.



I'm unable to open a .hlp file using vb.net application...

Answer / 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

More VB.NET Interview Questions

Explain the difference between .dll extension and .exe extension files?

0 Answers  


Describe about visual basic.net?

0 Answers  


Explain about garbage collection?

0 Answers  


How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?

0 Answers  


Why should you use delegate?

0 Answers  






I want to sample Hotel management project in vb.net because still now i am doing that project for small hotel....so please send me my email id is jmuthu_pearls@yahoo.com...

4 Answers   Sapphire Comfort Hotel, TATA,


What is difference between Abstract Class and Interface?

3 Answers  


What is the Difference between CLR & CTS?

3 Answers  


what is difference between web.config and machine.config and where it will be ?

0 Answers  


What is vb.net used for?

0 Answers  


Explain i.tostring method?

0 Answers  


What would you do to remove microsoft visual basic name space?

0 Answers  


Categories