How to gen. a help file for OpenHelp method on CommonDialog Control in VB6
How to generate (or use what editor) to greate a help file (.hlp) for method
"OpenHelp" of Commondialog Control in VB6?
Thanks,
Dajing
[146 byte] By [
dajing hu] at [2007-11-10 0:20:36]

# 1 Re: How to gen. a help file for OpenHelp method on CommonDialog Control in VB6
Dajing,
> How to generate (or use what editor) to greate a help file (.hlp) for
method
> "OpenHelp" of Commondialog Control in VB6?
Are you asking how to create a help file?
If so, you need an RTF editor such as Microsoft Word and WordPad should work
as well. Then you need the help compiler and included documentation, which I
suspect is available on the web.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
# 2 Re: How to gen. a help file for OpenHelp method on CommonDialog Control in VB6
Dajing,
> How to generate (or use what editor) to greate a help file (.hlp) for
method
> "OpenHelp" of Commondialog Control in VB6?
Are you asking how to create a help file?
If so, you need an RTF editor such as Microsoft Word and WordPad should work
as well. Then you need the help compiler and included documentation, which I
suspect is available on the web.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
# 3 Re: How to gen. a help file for OpenHelp method on CommonDialog Control in VB6
Jonathan,
Yes, I want to creat a .HLP file.
I do have MS word/WordPad. But where I can find HELP compiler and what a
DOCUMENTATION is?
Thanks,
Dajing
"Jonathan Wood" <jwood@softcircuits.com> wrote:
>Dajing,
>
>> How to generate (or use what editor) to greate a help file (.hlp) for
>method
>> "OpenHelp" of Commondialog Control in VB6?
>
>Are you asking how to create a help file?
>
>If so, you need an RTF editor such as Microsoft Word and WordPad should
work
>as well. Then you need the help compiler and included documentation, which
I
>suspect is available on the web.
>
>--
>Jonathan Wood
>SoftCircuits Programming
>http://www.softcircuits.com
>
>
>
# 4 Re: How to gen. a help file for OpenHelp method on CommonDialog Control in VB6
Jonathan,
Yes, I want to creat a .HLP file.
I do have MS word/WordPad. But where I can find HELP compiler and what a
DOCUMENTATION is?
Thanks,
Dajing
"Jonathan Wood" <jwood@softcircuits.com> wrote:
>Dajing,
>
>> How to generate (or use what editor) to greate a help file (.hlp) for
>method
>> "OpenHelp" of Commondialog Control in VB6?
>
>Are you asking how to create a help file?
>
>If so, you need an RTF editor such as Microsoft Word and WordPad should
work
>as well. Then you need the help compiler and included documentation, which
I
>suspect is available on the web.
>
>--
>Jonathan Wood
>SoftCircuits Programming
>http://www.softcircuits.com
>
>
>
# 5 Re: How to gen. a help file for OpenHelp method on CommonDialog Control in VB6
"DOCUMENTATION" is text that provides instructions. So the documentation for
Help Workshop is the text that provides instructions on how to create help
files.
I'm not finding much on the standard help compiler. These days, Microsoft is
pushing the HTML help workshop. You can find out about that at
http://msdn.microsoft.com/library/tools/htmlhelp/chm/whtshw.htm.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
<dajing Hu dajing.hu&bankofamerica.com> wrote in message
news:38d8fce9$1@news.dev-archive.com...
>
> Jonathan,
> Yes, I want to creat a .HLP file.
> I do have MS word/WordPad. But where I can find HELP compiler and what a
> DOCUMENTATION is?
> Thanks,
> Dajing
>
>
> "Jonathan Wood" <jwood@softcircuits.com> wrote:
> >Dajing,
> >
> >> How to generate (or use what editor) to greate a help file (.hlp) for
> >method
> >> "OpenHelp" of Commondialog Control in VB6?
> >
> >Are you asking how to create a help file?
> >
> >If so, you need an RTF editor such as Microsoft Word and WordPad should
> work
> >as well. Then you need the help compiler and included documentation,
which
> I
> >suspect is available on the web.
> >
> >--
> >Jonathan Wood
> >SoftCircuits Programming
> >http://www.softcircuits.com
> >
> >
> >
>
# 6 Re: How to gen. a help file for OpenHelp method on CommonDialog Control in VB6
"DOCUMENTATION" is text that provides instructions. So the documentation for
Help Workshop is the text that provides instructions on how to create help
files.
I'm not finding much on the standard help compiler. These days, Microsoft is
pushing the HTML help workshop. You can find out about that at
http://msdn.microsoft.com/library/tools/htmlhelp/chm/whtshw.htm.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
<dajing Hu dajing.hu&bankofamerica.com> wrote in message
news:38d8fce9$1@news.dev-archive.com...
>
> Jonathan,
> Yes, I want to creat a .HLP file.
> I do have MS word/WordPad. But where I can find HELP compiler and what a
> DOCUMENTATION is?
> Thanks,
> Dajing
>
>
> "Jonathan Wood" <jwood@softcircuits.com> wrote:
> >Dajing,
> >
> >> How to generate (or use what editor) to greate a help file (.hlp) for
> >method
> >> "OpenHelp" of Commondialog Control in VB6?
> >
> >Are you asking how to create a help file?
> >
> >If so, you need an RTF editor such as Microsoft Word and WordPad should
> work
> >as well. Then you need the help compiler and included documentation,
which
> I
> >suspect is available on the web.
> >
> >--
> >Jonathan Wood
> >SoftCircuits Programming
> >http://www.softcircuits.com
> >
> >
> >
>
# 7 Re: How to gen. a help file for OpenHelp method on CommonDialog Control in VB6
HTML help does not work with the common dialog though... According to
Microsoft, this is by design and they do not have any plans to change
this...
--
Eric D. Burdo, Red-Leif International
VB Programmer and Consultant
<http://www.redleif.com>
"Jonathan Wood" <jwood@softcircuits.com> wrote in message
news:38d90ecc@news.dev-archive.com...
> "DOCUMENTATION" is text that provides instructions. So the documentation
for
> Help Workshop is the text that provides instructions on how to create help
> files.
>
> I'm not finding much on the standard help compiler. These days, Microsoft
is
> pushing the HTML help workshop. You can find out about that at
> http://msdn.microsoft.com/library/tools/htmlhelp/chm/whtshw.htm.
>
> --
> Jonathan Wood
> SoftCircuits Programming
> http://www.softcircuits.com
>
> <dajing Hu dajing.hu&bankofamerica.com> wrote in message
> news:38d8fce9$1@news.dev-archive.com...
> >
> > Jonathan,
> > Yes, I want to creat a .HLP file.
> > I do have MS word/WordPad. But where I can find HELP compiler and what a
> > DOCUMENTATION is?
> > Thanks,
> > Dajing
> >
> >
> > "Jonathan Wood" <jwood@softcircuits.com> wrote:
> > >Dajing,
> > >
> > >> How to generate (or use what editor) to greate a help file (.hlp) for
> > >method
> > >> "OpenHelp" of Commondialog Control in VB6?
> > >
> > >Are you asking how to create a help file?
> > >
> > >If so, you need an RTF editor such as Microsoft Word and WordPad should
> > work
> > >as well. Then you need the help compiler and included documentation,
> which
> > I
> > >suspect is available on the web.
> > >
> > >--
> > >Jonathan Wood
> > >SoftCircuits Programming
> > >http://www.softcircuits.com
> > >
> > >
> > >
> >
>
>
# 8 Re: How to gen. a help file for OpenHelp method on CommonDialog Control in VB6
HTML help does not work with the common dialog though... According to
Microsoft, this is by design and they do not have any plans to change
this...
--
Eric D. Burdo, Red-Leif International
VB Programmer and Consultant
<http://www.redleif.com>
"Jonathan Wood" <jwood@softcircuits.com> wrote in message
news:38d90ecc@news.dev-archive.com...
> "DOCUMENTATION" is text that provides instructions. So the documentation
for
> Help Workshop is the text that provides instructions on how to create help
> files.
>
> I'm not finding much on the standard help compiler. These days, Microsoft
is
> pushing the HTML help workshop. You can find out about that at
> http://msdn.microsoft.com/library/tools/htmlhelp/chm/whtshw.htm.
>
> --
> Jonathan Wood
> SoftCircuits Programming
> http://www.softcircuits.com
>
> <dajing Hu dajing.hu&bankofamerica.com> wrote in message
> news:38d8fce9$1@news.dev-archive.com...
> >
> > Jonathan,
> > Yes, I want to creat a .HLP file.
> > I do have MS word/WordPad. But where I can find HELP compiler and what a
> > DOCUMENTATION is?
> > Thanks,
> > Dajing
> >
> >
> > "Jonathan Wood" <jwood@softcircuits.com> wrote:
> > >Dajing,
> > >
> > >> How to generate (or use what editor) to greate a help file (.hlp) for
> > >method
> > >> "OpenHelp" of Commondialog Control in VB6?
> > >
> > >Are you asking how to create a help file?
> > >
> > >If so, you need an RTF editor such as Microsoft Word and WordPad should
> > work
> > >as well. Then you need the help compiler and included documentation,
> which
> > I
> > >suspect is available on the web.
> > >
> > >--
> > >Jonathan Wood
> > >SoftCircuits Programming
> > >http://www.softcircuits.com
> > >
> > >
> > >
> >
>
>
