home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / windows3 / sdkhlp03.zip / SDKHLP.TXT < prev   
Text File  |  1992-04-05  |  3KB  |  60 lines

  1. SDKHlp v0.3.0
  2.  
  3. While most Windows programmers use development environments which provide
  4. context sensitive help for Windows functions, some of us do not.
  5. Specifically, users of Zortech (Symantec) C/C++ v3.0 do not have any
  6. online help about Windows functions short of a WinHelp document,
  7. SDKWIN.HLP.  This help file, though, is not easily accessed from the
  8. programming environment, requiring the developer to stop editing, fire up
  9. WinHelp, and load the help file.
  10.  
  11. This program is designed to address this rather narrow requirement.  That
  12. is, it is designed to provide quicker access to the SDKWIN.HLP help file.
  13. What it does is take what is in the clipboard and check it against the SDK
  14. index, and if found, look it up in the SDK help file.
  15.  
  16. This program has two modes.  The default, "passive", mode is one where
  17. the program will look up the entry only if you request it to.  Thus, you
  18. would select the function name, message, etc., on the DOS window's
  19. screen, press Enter to have the item be placed in the clipboard and then
  20. double click on the SDKHlp icon to have it look up that function for you.
  21.  
  22. Alternatively, you can use "automatic" mode, in which as soon as a
  23. Windows function, message, data structure, etc, is copied to the
  24. clipboard, automatically fire up the appropriate page from the help
  25. document.  Thus, the advantage is that the process is simplified (you
  26. don't have to manually double click on some icon to get the help, just
  27. copy the function name (or whatever) to the clipboard).  The disadvantage
  28. of this "automatic" mode is obvious: if you copy some SDK function to the
  29. clipboard when you don't want to fire up the help file, automatic mode is
  30. not for you.
  31.  
  32. You can select automatic or manual mode on the "About..." screen.  You
  33. can also specify the full path name of the .hlp file if it is not in the
  34. current path.
  35.  
  36. Anyway, feel free to try this program out.  It is Freeware, meaning that
  37. it may be copied for personal use without fee.  SDKHlp is copyright 1992 by
  38. Robert M. Ryan and is provided with no guarantees of any sort.
  39.  
  40. I would appreciate any comments that you may have, especially if you come
  41. across any bugs/limitations of any sort.  Note that I created the SDK
  42. index for this program from the WinHelp file that came with Zortech C++
  43. v3.0, so if your helpfile has different entries that aren't being caught,
  44. let me know.  I noticed that the "DestroyIcon" is not properly inserted in
  45. the index, so if other's help files have this corrected, let me know and I
  46. can distribute another copy.  Also, if anyone can provide me with a Win
  47. 3.1 SDKWIN.HLP file index, I can create a version of the program for that
  48. too.
  49.  
  50. Feel free to contact me at the following email address.  Thanks.
  51.  
  52. Robert M. Ryan, March 16, 1992
  53.   internet: Robert_Ryan@brown.edu or st802200@brownvm.brown.edu
  54.   bitnet:   ST802200@BROWNVM
  55.  
  56. Changes since v0.2.1:
  57.    - Only checks clipboard if default format is CF_TEXT or CF_OEMTEXT.  The
  58.      result is that the SDKHlp will conflict with fewer programs.
  59.    - Provide hide icon option.
  60.