Thanks. Compiling a second chm was a good solution to my problem.
Main Topics
Browse All TopicsI have a VB.net application. For certain users, I want to restrict access to the Help file to a few designated pages. In the Help app, I have created a secondary window called NewWin which does not display a table of contents, index or navigation buttons. Now I want to evoke that window when I detect that the user who has logged in is a "rater." The application will detect a rater and set the variable "raterlogin" to True. I am attempting to evoke the secondary window by adding ">NewWin" to the HelpNamespace variable, however I find that when I log into the application as a rater and click a Help button (which activates the F1 key), the application hangs. I am having trouble finding documentation on the HelpProvider object that tells me the correct way to designate a secondary window. Can anyone help?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: help-infoPosted on 2009-01-08 at 11:44:13ID: 23329242
I'm very busy at this stage and cannot put together a running solution for you. /Visual_Ba sic/vb.htm /Visual_Ba sic_net/vb net.htm /Visual_Ba sic_2005/v b_2005.htm
I think your call is not working with VB.net because of the ">NewWin" suffix. I'd try with HTMLHelp API calls. You may download some example code from my page at:
VB6 - http://www.help-info.de/en
VB2003 - http://www.help-info.de/en
VB2005 - http://www.help-info.de/en
What's about creating a second CHM file with your window definition? So you can call this second CHM file in your help directory when logged in as rater.
Don't hesitate posting again here.
Best regards
Ulrich Kulle
Microsoft MVP - Help