Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the advantages of vb.net and c#?

0 Answers  


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

0 Answers  


What is the maximum size of the textbox?

0 Answers  


Allowed program to auto-correct the database when loading a presentation.

0 Answers   HCL,


What is a static variable?

5 Answers  


Explain the use of option explicit?

0 Answers  


What is the purpose of an Assembly?

0 Answers  


Write the role of new keyword?

0 Answers  


Which classes a dll can contain?

0 Answers  


What are jagged arrarys ?

0 Answers  


What are the objects in asp.net?

0 Answers  


What is the importance of a Button control?

0 Answers  


Categories