473,503 Members | 2,259 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating a Help System

This one baffles me. I'm using VS.Net 2005 and write desktop apps
that need built in help. So logically, I figure maybe VS has a help
system component built in so I search the help.

Hey! Apparently, all I have to do is create a "Help Project"!
There's my starting point. So the VS help says:

"To create a Help project, click on the File menu, choose New and
follow the wizard's instructions"

1 - There is no "New" on the file menu. It's New Project or New Web
site.
2 - There is no wizard.
3 - There is no such project as a Help project.
4 - 200 results in the search eventually take me back to this same
frustrating page.

It considerably lowers my intelligence to have to even ask a question
like this because you assume that the help within a product actually
helps you with that product. So to save the massive rant (so tempting
at this point) I'll simply ask;

How do I create a help system in VS/VB.Net 2005?

Thanks!

Apr 5 '06 #1
4 2238

Fred Flintstone wrote:
This one baffles me. I'm using VS.Net 2005 and write desktop apps
that need built in help. So logically, I figure maybe VS has a help
system component built in so I search the help.

Hey! Apparently, all I have to do is create a "Help Project"!
There's my starting point. So the VS help says:

"To create a Help project, click on the File menu, choose New and
follow the wizard's instructions"

1 - There is no "New" on the file menu. It's New Project or New Web
site.
2 - There is no wizard.
3 - There is no such project as a Help project.
4 - 200 results in the search eventually take me back to this same
frustrating page.

It considerably lowers my intelligence to have to even ask a question
like this because you assume that the help within a product actually
helps you with that product. So to save the massive rant (so tempting
at this point) I'll simply ask;

How do I create a help system in VS/VB.Net 2005?


I'm not completely sure, but I think you have been looking at help
about VS 2003. As you know, lots changed in 2005. I found this page:

<http://msdn2.microsoft.com/en-us/library/9cwse3xa(VS.80).aspx>

which should help you (hoho) with your task.

Note that you must look at msdn2.microsoft.com, not msdn.microsoft.com,
for *2005*-specific help. F1 in VS 2005 *should* take you there as
needed, but I can't comment on whether it does in this case (I only
have 2005 Express).

--
Larry Lard
Replies to group please

Apr 5 '06 #2
It seems you need to install VS 2005 SDK first to get help project in VS
2005. See http://www.helpware.net/mshelp2/vs8/vs8help.htm

--
Peter Macej
Helixoft - http://www.vbdocman.com
VBdocman - Automatic generator of technical documentation for VB, VB
..NET and ASP .NET code
Apr 5 '06 #3
That's the thing... That's the help I get when I choose "Search" from
the help menu in VS.Net 2005. Thanks for the link, I'll check that
out.

Thanks!
On 5 Apr 2006 07:32:55 -0700, "Larry Lard" <la*******@hotmail.com>
wrote:

Fred Flintstone wrote:
This one baffles me. I'm using VS.Net 2005 and write desktop apps
that need built in help. So logically, I figure maybe VS has a help
system component built in so I search the help.

Hey! Apparently, all I have to do is create a "Help Project"!
There's my starting point. So the VS help says:

"To create a Help project, click on the File menu, choose New and
follow the wizard's instructions"

1 - There is no "New" on the file menu. It's New Project or New Web
site.
2 - There is no wizard.
3 - There is no such project as a Help project.
4 - 200 results in the search eventually take me back to this same
frustrating page.

It considerably lowers my intelligence to have to even ask a question
like this because you assume that the help within a product actually
helps you with that product. So to save the massive rant (so tempting
at this point) I'll simply ask;

How do I create a help system in VS/VB.Net 2005?


I'm not completely sure, but I think you have been looking at help
about VS 2003. As you know, lots changed in 2005. I found this page:

<http://msdn2.microsoft.com/en-us/library/9cwse3xa(VS.80).aspx>

which should help you (hoho) with your task.

Note that you must look at msdn2.microsoft.com, not msdn.microsoft.com,
for *2005*-specific help. F1 in VS 2005 *should* take you there as
needed, but I can't comment on whether it does in this case (I only
have 2005 Express).


Apr 5 '06 #4
I'll bet you're correct, thanks!
On Wed, 05 Apr 2006 16:37:50 +0200, Peter Macej <pe***@vbdocman.com>
wrote:
It seems you need to install VS 2005 SDK first to get help project in VS
2005. See http://www.helpware.net/mshelp2/vs8/vs8help.htm


Apr 5 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
561
by: Altramagnus | last post by:
I have 30 - 40 type of different window. For each type I need about 20 instances of the window. When I try to create them, I get "Error creating window handle" My guess is there is a maximum...
0
600
by: Matt Warner | last post by:
Hi guys, A couple of people have already posted questions about similar issues but haven't had any response. Occasionally, sometimes after running the app for a few hours, it bombs out saying...
8
3985
by: mcmg | last post by:
Hi, I have an asp app that works fine on a windows xp machine but does not work on a windows 2000 server. I have the following code in my global.asa: <OBJECT RUNAT=Server SCOPE=SESSION...
6
3227
by: DraguVaso | last post by:
Hi, In my application, on some given actions while debugging in Visual Studio, I suddenly get a "System.ComponentModel.Win32Exception was unhandled" Message="Error creating window handle."...
5
3365
by: Steve Teeples | last post by:
Can someone point me to a document that clearly identifies the steps of creating a good help system for an application? I have a test tool that I'd like to add help to so that others will know how...
4
24146
by: Coleen | last post by:
Hi All :-) Can anyone give me a URL where I can find a good example of code on how to create a temporary SQL table using VB.net? I've checked the Microsoft site at: ...
7
2285
by: Nathan Sokalski | last post by:
I am having a problem saving an image with the same name it originally had. I have two similar versions of my code, one in which I close the FileStream used to open the original image before saving,...
0
1810
by: =?Utf-8?B?TWFyaw==?= | last post by:
Users of an in-house application we have written randomly get an Error creating window handle exception, and we've not been able to determine why this happens. A typical callstack is as follows: ...
2
3951
by: astolpho | last post by:
I am using a slightly outdated reference book on J2EE programming. It gives 2 methods of creating a database used in its casestudies. The first is an ANT script that gives the following output: ...
1
2761
by: DarkGiank | last post by:
Hi, im new to csharp and im trying to create a class that can change the application database without no rewriting all connection code... but cause some reason it is not working... it tells me that...
0
7291
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7357
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7012
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5598
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3180
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3171
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1522
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
402
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.