473,386 Members | 1,803 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

What the deal on generating a help file?

I generated a help file when HML Help first cane out. At that time I hade to
download the tool from MS to make the file.

Is that still the case. I looked under VS tools and expected to find a tool
there but I didn't.

What are people doing now days to generate Help?

Thanks
Nov 21 '05 #1
11 1105
Hi,

Html help workshop

http://go.microsoft.com/fwlink/?LinkId=14188

How to create help file
http://msdn.microsoft.com/library/de...onoverauth.asp

Ken
--------------------------
" Just Me" <gr****@a-znet.com> wrote in message
news:O4**************@tk2msftngp13.phx.gbl...
I generated a help file when HML Help first cane out. At that time I hade to
download the tool from MS to make the file.

Is that still the case. I looked under VS tools and expected to find a tool
there but I didn't.

What are people doing now days to generate Help?

Thanks

Nov 21 '05 #2
" Just Me" <gr****@a-znet.com> schrieb:
I generated a help file when HML Help first cane out. At that time I hade
to download the tool from MS to make the file.

Is that still the case. I looked under VS tools and expected to find a
tool there but I didn't.


I am not sure if VS.NET installed HTML Help Workshop for me. It's not
installed in VS.NET's tools folder. You can download HTML Help Workshop
here:

Microsoft HTML Help Downloads
<URL:http://msdn.microsoft.com/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #3
Tym
On Sun, 27 Feb 2005 14:02:31 -0500, "Ken Tucker [MVP]"
<vb***@bellsouth.net> wrote:
Hi,

Html help workshop

http://go.microsoft.com/fwlink/?LinkId=14188

How to create help file
http://msdn.microsoft.com/library/de...onoverauth.asp


I used RoboHelp a couple of years og to write a help file (not html)
with context sentivive help for VB6 - does annyone know if this will
work for VB.Net as I can't seem to find the "context help" proprty
thing for any forms - unless I'm not looking in te eright place of
course!!!
Nov 21 '05 #4
If I write a Help Document in Word and save it as a HTML can I tie it to the
program context-sensitive help system?

"Herfried K. Wagner [MVP]" wrote:
" Just Me" <gr****@a-znet.com> schrieb:
I generated a help file when HML Help first cane out. At that time I hade
to download the tool from MS to make the file.

Is that still the case. I looked under VS tools and expected to find a
tool there but I didn't.


I am not sure if VS.NET installed HTML Help Workshop for me. It's not
installed in VS.NET's tools folder. You can download HTML Help Workshop
here:

Microsoft HTML Help Downloads
<URL:http://msdn.microsoft.com/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #5
Just Me,

In my opinion is this the biggest ommission in VS Net.

I have once seen a beta project however that was in my nothing more than a
page that told what it would be.

There is nothing planned for this in the next version as well.

Cor
Nov 21 '05 #6
If you're looking to create an application help file then the help workshop
is the best bet as proposed by Herfried and Ken.

If you want to document your application or classes you can use the
VBCommenter power-toy which is available from GotDotNet and the superb NDoc
project documentation tools from SourceForge.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.

" Just Me" <gr****@a-znet.com> wrote in message
news:O4**************@tk2msftngp13.phx.gbl...
I generated a help file when HML Help first cane out. At that time I hade
to download the tool from MS to make the file.

Is that still the case. I looked under VS tools and expected to find a
tool there but I didn't.

What are people doing now days to generate Help?

Thanks

Nov 21 '05 #7
If you're looking to create an application help file then the help workshop
is the best bet as proposed by Herfried and Ken.

If you want to document your application or classes you can use the
VBCommenter power-toy which is available from GotDotNet and the superb NDoc
project documentation tools from SourceForge.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.

" Just Me" <gr****@a-znet.com> wrote in message
news:O4**************@tk2msftngp13.phx.gbl...
I generated a help file when HML Help first cane out. At that time I hade
to download the tool from MS to make the file.

Is that still the case. I looked under VS tools and expected to find a
tool there but I didn't.

What are people doing now days to generate Help?

Thanks

Nov 21 '05 #8
Thanks for the info. I've downloaded the workshop.
Nov 21 '05 #9
Just me,
I generated a help file when HML Help first cane out. At that time I hade
to download the tool from MS to make the file.


I thought you had that one already.

:-)

Cor
Nov 21 '05 #10
Thanks for the info. I've downloaded the workshop.
Nov 21 '05 #11
Just me,
I generated a help file when HML Help first cane out. At that time I hade
to download the tool from MS to make the file.


I thought you had that one already.

:-)

Cor
Nov 21 '05 #12

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

Similar topics

54
by: Brandon J. Van Every | last post by:
I'm realizing I didn't frame my question well. What's ***TOTALLY COMPELLING*** about Ruby over Python? What makes you jump up in your chair and scream "Wow! Ruby has *that*? That is SO...
3
by: Chris Cioffi | last post by:
I started writing this list because I wanted to have definite points to base a comparison on and as the starting point of writing something myself. After looking around, I think it would be a...
3
by: skn | last post by:
Hello., Does the python compiler provide an option to generate a .pyo(optimized byte code file) from a .py (source file)? For generating .pyc I know that I only have to pass the source file...
112
by: Andy | last post by:
Hi All! We are doing new development for SQL Server 2000 and also moving from SQL 7.0 to SQL Server 2000. What are cons and pros for using IDENTITY property as PK in SQL SERVER 2000? Please,...
125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
121
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode...
3
by: daniele.balducci | last post by:
Hi All, I'm generating XLS files from ASP(.Net) code using the usual code chunks ... Response.ContentType = "application/vnd.ms-excel" Response.AppendHeader("Content-Disposition", "attachment;...
8
by: slacker | last post by:
By clicking a link on a website I set a USERINFO cookie and then I redirect to a program which ultimately executes an XSL file which dynamically builds an input form. The input form, while having...
16
by: SLIMSHIM | last post by:
Hi, I"m new to c# and .net. I wrote a small program to add rows to an access table. the program goes thru the motions but the data never gets there. here is my code. I am intentionaly not using...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...

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.