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 |
Explain code security?
What is the Advantage of vb.net over vb
What is multiple form in vb?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
List the two main parts of .net?
What is the Common Language Runtime?
Explain the difference between namespace and assembly?
Can you please explain the difference between int and int32?
how to deploy vb.net with key and evaluation time? any one can help me?
how to create crystal reports in asp.net & vb.net with syntax
I want to reduce my CPU Usage when I am querying the Database for records. Now my Winform App(in VB.Net) suddenly Jumps to 100% CPU Usage when i query for records from sql server database. I want this Usage to be less. Any help is appreciated
What do you mean by serialization?