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 code security?

0 Answers  


What is the Advantage of vb.net over vb

0 Answers   Digital GlobalSoft,


What is multiple form in vb?

0 Answers  


my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .

0 Answers  


List the two main parts of .net?

0 Answers  


What is the Common Language Runtime?

10 Answers   Ksb,


Explain the difference between namespace and assembly?

0 Answers  


Can you please explain the difference between int and int32?

0 Answers  


how to deploy vb.net with key and evaluation time? any one can help me?

0 Answers   TSYS,


how to create crystal reports in asp.net & vb.net with syntax

2 Answers  


I want to reduce my CPU Usage when I am querying the Database for records. Now my Winform App(in VB.Net) suddenly Jumps to 100% CPU Usage when i query for records from sql server database. I want this Usage to be less. Any help is appreciated

2 Answers  


What do you mean by serialization?

0 Answers  


Categories