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 |
what are Fixed memory leaks and threads locking problems.
How does you call and execute a SP in .NET?
linex will support dot net?
4 Answers Phoenix Technologies,
Define clr?
Explain the services provided by common language infrastructure.
Explain about rapid application development tool?
How to view an assembly?
Write the role of new keyword?
What are jagged arrays ?
Explain global assembly cache (gac)?
So you know which dll is used for microsoft .net run time?
Explain the use of console application?