|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
HTML help Workshop first page not Display at Runtimehi all friends
I want your help. I am working with HTML help Workshop ,In run time it show first page Blank(Default page) .How i can Set First Page of Help file . Your question is not VB .NET related but here it is:
1. Open your help project in HTML help Workshop. 2. Select "Project" tab on the left. 3. Click the first button on the left, "Change project options". 4. Select "Default file". This should open specified page in the help. If what you want is to dynamically open specified help page from your application when pressing F1 on the form (or control), set the following properties of your form: 1. HelpKeyword property to HTML file name of the topic in your compiled CHM file, e.g. myTopic.htm 2. HelpNavigator property to "Topic". If you want to open specified topic from menu or button, just call: System.Windows.Forms.Help.ShowHelp(Me, "myHelp.chm", "myTopic.htm") -- Peter Macej Helixoft - http://www.vbdocman.com VBdocman - Automatic generator of technical documentation for VB, VB ..NET and ASP .NET code
VB for .NET Recommended?
They do this in C# can't we do it in VB?? C DLL Callback to VB.NET 2005 how to prevent multiple instances of 2nd form? aggregation simple .net code column subtotals in a datagrid Wordwrap in VB.Net listbox? reuse query results for multiple object populations? (and dynamic variable names?) Checking a string for filename compliance Moving a drawing |
|||||||||||||||||||||||