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 |
Describe about visual basic.net?
What is the purpose of objects present in asp.net?
How do you use two datareaders at the same time in a vb.net windows application ?
Explain about rapid application development tool?
sql satement for 2nd maximum value
Why do we use ansi keyword?
How to run a dos command in vb.net?
What is misl code?
what are the types of threading models in VB.net ?
What is DLL HELL in VB.NET
What is private assembly?
hello friends.. when i deployment my project in the client machine that is successful but whenever i try to run my project using .exe file then it gives me error "<filename>.exe is not a valid win32 application." what i do somebody halp me pls