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

How do you rate yourself in .NET ?

3 Answers   Infosys, Seneca Global,


Which class allows an element to be accessed using unique key?

0 Answers  


Explain about the performance of visual basic?

0 Answers  


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

0 Answers  


linex will support dot net?

4 Answers   Phoenix Technologies,






Define serialization in .net?

0 Answers  


What is the DIfference between Friend and Protected Friend?

6 Answers   CTS, Sykes Enterprises, TCS,


what is vb,net

1 Answers   ME,


Difference between VB dll and assemblies in .NET ?

5 Answers   Digital GlobalSoft,


Did vb6 support multi-threading ?

0 Answers  


What keyword is used to accept a variable number of parameter in a method?

0 Answers  


hello! I am developing software in vb6 and vb.net separately which i need to generate barcodes e.g i have a string "182346-u",so the problem is that how to generate barcode from this type of string can any body help me please thanks regard !

2 Answers  


Categories