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 is early binding?

0 Answers  


Can you please explain the difference between c# and vb.net?

1 Answers  


Compare c# and visual basic.net?

1 Answers  


Hi I am planning to take interview in VB.net,can any one share your interview Questions for a Entry-level job. Regards Lina

3 Answers  


Explain the observations between vb.net and vc#.net?

1 Answers  


what is commom language runtime?

1 Answers  


What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?

1 Answers  


How does you get record no from 5 to 15 from a dataset of 100 records?

3 Answers   ABC,


Explain the difference between web.config and machine.config and where it will be ?

1 Answers  


What is the difference between import system.data.sqlclient and system.data.oledb?

1 Answers  


What are the differences between c# and visual basic.net?

1 Answers  


hi dear ! thank u for replying to my question regarding adding third party software in vb.net .My next question is that i haven created Data base in SQL server 2000 for Library and has connected that with VB and VB.net separately but it only works on single computer and when i takes my software to another computer on same Network it does not work . Can any body help me what i do to solve. Regards!

1 Answers  


Categories