PC Review


Reply
Thread Tools Rate Thread

Create custom Help Viewer in VB.NET

 
 
=?Utf-8?B?UHJvZ2FsZXg=?=
Guest
Posts: n/a
 
      21st Nov 2004

Hi, I'd like to create my own Help 2.0 viewer in VB.NET code.

Until now, I've discovered that there is the VsHelp COM component that can
be added as a new reference in a project for interfacing with Help 2.0.

If I use the following code (assuming there is a CommandButton placed onto a
form):

Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button4.Click

DispHelp("ms-help://MS.VSCC.2003/MS.MSDNQTR.2003APR.1033/vsintro7/html/vxori
WhatsNewInVisualStudio.htm")
End Sub

Private Sub DispHelp(ByVal Url As String)

Dim h As New VsHelp.DExploreAppObjClass
h.SetCollection("ms-help://ms.vscc.2003", "")
h.DisplayTopicFromURL(Url)
h.SyncContents(Url)
End Sub

I'm able to see the requested page in a new instance of DExplore.

But I'd like to create a browser window inside my project, that could show
TOC and help content...

Any idea or suggestion about it?

Thanks,

Progalex
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create a collection of custom classes in another custom class kagard Microsoft Access 3 12th Jun 2011 07:57 PM
Custom Views - Why am I unable to create a custom View? Mike C Microsoft Excel Discussion 1 5th Sep 2008 08:47 PM
In Outlook, how do I create and add a custom command to custom men =?Utf-8?B?Q3JlYXRlIGFuZCBhZGQgY3VzdG9tIGNvbW1hbmQg Microsoft Outlook Discussion 0 9th Nov 2007 01:08 AM
How to create custom profiles for windows Movie Maker(with custom bitrate, FPS, resolution) mistral Windows XP MovieMaker 2 5th Jan 2007 05:50 PM
Viewer and Custom Shows Carl Microsoft Powerpoint 2 2nd Aug 2003 05:32 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:40 AM.