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

Describe about visual basic.net?

0 Answers  


What is the purpose of objects present in asp.net?

0 Answers  


How do you use two datareaders at the same time in a vb.net windows application ?

0 Answers  


Explain about rapid application development tool?

0 Answers  


sql satement for 2nd maximum value

15 Answers   NIIT,


Why do we use ansi keyword?

0 Answers  


How to run a dos command in vb.net?

0 Answers  


What is misl code?

0 Answers  


what are the types of threading models in VB.net ?

1 Answers   Satyam,


What is DLL HELL in VB.NET

0 Answers   HCL,


What is private assembly?

0 Answers  


hello friends.. when i deployment my project in the client machine that is successful but whenever i try to run my project using .exe file then it gives me error "<filename>.exe is not a valid win32 application." what i do somebody halp me pls

1 Answers  


Categories