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

what are Fixed memory leaks and threads locking problems.

1 Answers  


How does you call and execute a SP in .NET?

2 Answers  


linex will support dot net?

4 Answers   Phoenix Technologies,


Define clr?

0 Answers  


Explain the services provided by common language infrastructure.

0 Answers  


Explain about rapid application development tool?

0 Answers  


How to view an assembly?

0 Answers  


Write the role of new keyword?

0 Answers  


What are jagged arrays ?

0 Answers  


Explain global assembly cache (gac)?

0 Answers  


So you know which dll is used for microsoft .net run time?

0 Answers  


Explain the use of console application?

0 Answers  


Categories