|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Adding Help To My ApplicationAlright all...
I want to add a help section to my application and I am having some trouble. I know you can use the HTML Help Workshop, but this application is dreadful. It is very old school with having to add HTML tags all over the place. I downloaded and am currently using version 4.74.8702.0 (copyright 96-99), which as far as I can tell is the latest. Is there no other way to implement help? Can't I somehow use a tool like Dreamweaver or Frontpage? This is killing me and is the number one reason I have NEVER implemented a help section in any of my applications. Thanks for any input, Darian <darjon***@gmail.com> schrieb:
> I want to add a help section to my application and I am having some There are some third-party tools which provide the functionatliy of HTML > trouble. I know you can use the HTML Help Workshop, but this > application is dreadful. It is very old school with having to add HTML > tags all over the place. I downloaded and am currently using version > 4.74.8702.0 (copyright 96-99), which as far as I can tell is the > latest. > > Is there no other way to implement help? Can't I somehow use a tool > like Dreamweaver or Frontpage? Help Workshop and additional features. However, note that it should be possible to create the HTML files using another tool like Frontpage and use these files in your HTML Help Workshop project. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> <darjon***@gmail.com> wrote in message
news:1154520762.376347.303300@b28g2000cwb.googlegroups.com... ROFL! Yeah, HTML Help is a bit of a "chore" to use. Not very intuitive; the> Alright all... > > I want to add a help section to my application and I am having some > trouble. I know you can use the HTML Help Workshop, but this > application is dreadful. It is very old school with having to add HTML > tags all over the place. I downloaded and am currently using version > 4.74.8702.0 (copyright 96-99), which as far as I can tell is the > latest. > > Is there no other way to implement help? Can't I somehow use a tool > like Dreamweaver or Frontpage? editor is worse than using Notepad (or vi for those of us who use *NIX); and the Help subsystem is... rather lacking. Direct answer to your question: Yes, you can use any WYGWYG (What You Got Is What You Get) HTML editor. Dumb it down to HTML 4.01 rather than XHTML. [i.e., a break tag should be <br> rather than <br />.] You can link in CSS or have it embedded in the pages. I've tried maintaining directory structures within the "site" using relative URLs but the HTML Help compiler had a tendency to mess up on the links. As a result I now maintain all my pages in the root directory. You can embed JavaScript too. A fair resource for HTML Help can be found here: http://www.mshelpwiki.com/ Also, don't overlook the newsgroup: news://microsoft.pub.helpauthoring The Help file, and your Help project, should reside on the local machine. A security patch from Redmond (I don't recall which one offhand) prevents/hinders execution of Help and EXEs that reside on mapped drives by default. [Silly actually especially when the Help and/or EXE reside on the server that authenticated the user. But that's just IMO.] If you haven't taken up drinking yet, now would be a good time. Seriously mate,
Have a look at an application called Help n manual or something similar. I spent about $100 bucks on it a couple of years ago and it has paid for itself many times over. No, I don't work there, but would thoroughly recommend the app. Regards, Ric darjon***@gmail.com wrote: Show quoteHide quote > Alright all... > > I want to add a help section to my application and I am having some > trouble. I know you can use the HTML Help Workshop, but this > application is dreadful. It is very old school with having to add HTML > tags all over the place. I downloaded and am currently using version > 4.74.8702.0 (copyright 96-99), which as far as I can tell is the > latest. > > Is there no other way to implement help? Can't I somehow use a tool > like Dreamweaver or Frontpage? > > This is killing me and is the number one reason I have NEVER > implemented a help section in any of my applications. > > Thanks for any input, > Darian
DataGrid custom class
How to create a local server (i.e., localhost) VB.NET XML Documentor Exception HRESULT: 0x800401A8 in Excel with VB .Net How to remove last line in a file comparing values in ARRAYLISTS Configuration File code error New VS.2005 File format for windows-forms ( spliited into form1.designer.vb and form1.vb ) OFF TOPIC: IL DASM the MSIL disassebler Nested Loop |
|||||||||||||||||||||||