I'm unable to open a .hlp file using vb.net application.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what is diffrence constructor and destructor in vb

721


Explain option explicit?

760


Did vb6 support multi-threading ?

728


What is the purpose of an Assembly?

810


What is the strong name in .net assembly?

755


What are the shared variables?

730


what is interface and when it is used?

2008


What are all the parts of .net framework?

725


What is the difference between custom control and user control?

744


What are the assembly entry points?

750


Explain about delegate?

675


How does vb.net achieve polymorphism?

715


What keyword is used to accept a variable number of parameter in a method?

776


What are jagged arrays ?

727


What do you mean by Redim in VB.NET?

857