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

Compare c# and visual basic.net?

0 Answers  


Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.

2 Answers  


What is code security?

0 Answers  


what is vb,net

1 Answers   ME,


Explain strong name in .net assembly?

0 Answers  






Display a roll having minimum marks in two subjects?

1 Answers   Patni,


What is redim keyword and its use?

0 Answers  


What does assert() method do In VB.NET

0 Answers   MCN Solutions,


How vb implements the disconnected architecture as like vb.net?

0 Answers  


visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb.net?

5 Answers  


what is delegates

2 Answers  


What is the difference between value and reference types?

0 Answers  


Categories