contect help

  • Thread starter Thread starter JR
  • Start date Start date
J

JR

Hi,

I rewrite a program from VB6 to VB.net
I have the helpfiles from my program but a can't open the contect help. How
must I start that litlle help info screen

Jan
 
JR said:
I rewrite a program from VB6 to VB.net
I have the helpfiles from my program but a
can't open the contect help. How must I start that litlle help info screen

If you are using WinHelp, you will have to deal with p/invoke (platform
invoke) in order to use the WinHelp file within your .NET application.

If you are using HTML Help 1.x, take a look at the HelpProvider component in
the toolbox (and in the documentation too).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top