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 |
Compare c# and visual basic.net?
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.
What is code security?
what is vb,net
Explain strong name in .net assembly?
Display a roll having minimum marks in two subjects?
What is redim keyword and its use?
What does assert() method do In VB.NET
How vb implements the disconnected architecture as like vb.net?
visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb.net?
what is delegates
What is the difference between value and reference types?