Results 1 to 14 of 14

Thread: User Manuals

  1. #1

    Thread Starter
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    User Manuals

    Do you have a style template for creating user manuals?
    What do you use for small projects?
    HTML help workshop -> .chm?
    Basic HTML?
    Word processor?

    What do you tend to put in them?
    Screenshots?
    How much depth should you go into?

    Any links to examples of good user manuals that I could copy the style of?

  2. #2
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: User Manuals

    Yes we have a style template that is controlled from our marketing division
    We always use Microsoft Word for any documentation
    Life is one big rock tune

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: User Manuals

    My company has a department of just technical writers that do all of the documentation. They use RoboHelp.

    They include screenshots as well as written documentation. The depth of your manual would depend on the product and how difficult it is to use.

    It would also depend on your products target audience.

  4. #4
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: User Manuals

    I've had professionals do doc for us - it was pretty, nicely formatted - bound and in paper.

    No one ever uses it!

    For our VB forms that are used to produce reports and on-line info displays, we have incorporated on-screen help - half the form is dedicated to help text. Help text comes right from tables in the DB - general help for each report or query and then specific help for each question that is asked. We display is in a picture box - and store silly tags like [b] and [/b] (for BOLD, for example) in the table so we can make it pretty when displayed.

    Then we recently decided to use a product called "ScreenCorder 4" by MatchWare. It records screen movements and can even have audio so that a user can "watch" a snippet on how to add a record, or call up a person. This has just started so we have yet to work out exactly how to index this help and make it appropriate to the form the user is on, but that's a minor hurdle.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  5. #5
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: User Manuals

    Quote Originally Posted by szlamany
    ...Then we recently decided to use a product called "ScreenCorder 4" by MatchWare. It records screen movements and can even have audio so that a user can "watch" a snippet on how to add a record...
    We are going to start using the TurboDemo to build tutorials and quick help - nobody wants to read paper anymore.

  6. #6
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: User Manuals

    TurboDemo looks pretty similar to ScreenCorder - mouse-clicks show up as big-red asterisk - text balloons...

    Have you tried it yet?

    All we have done with ScreenCorder so far is made a couple of "trade show" demos. We play them on 17" lcd's at the trade shows we go to and people love to stop and watch them!

    http://www.matchware.com/en/products...er/default.htm

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  7. #7

  8. #8
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: User Manuals

    MSWord and Adobe PDF ///
    example ... http://www.bahamassecurity.com/geo/l...anual_1103.pdf

  9. #9

    Thread Starter
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Re: User Manuals

    Thats a nice manual rory.
    How did you create that splash screen on page 5 by the way?

  10. #10
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: User Manuals

    thanks ... just a generic splash screen i use ...
    if you want the splash form let me know and ill post it here ...

  11. #11
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: User Manuals

    I use RoboHelp for static help documentation. For video recording or streaming online demostrations I use the very good and free Windows Media Encoder 9.

    http://www.microsoft.com/windows/win...r/default.mspx
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  12. #12

    Thread Starter
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Re: User Manuals

    Always like free stuff! Thanks Rob

    rory: If you could post the splash form, that would be great

  13. #13
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: User Manuals

    Ok here is just the splash form ...

  14. #14
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: User Manuals

    and the same form in an example app.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width