home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / hyprlnk1.zip / HYPRLINK.TXT < prev   
Text File  |  1995-06-27  |  3KB  |  91 lines

  1. HyperLink 1.0  README.TXT
  2.  
  3. Integrated Graphics
  4. 312 Nevada St.
  5. Northfield, MN 55057
  6.  
  7. E-mail: hansonr@stolaf.edu
  8.  
  9. hyprlnk1.zip    Windows 3.1 Addon to hyperlink program groups
  10.  
  11. ABSTRACT
  12. --------
  13. HyperLink 1.0 enables the user to place 'hyperlinks' to one Program 
  14. Manager group into another group, similar to what is possible for
  15. Macintosh computers. Double-clicking on the link then calls up that 
  16. program group, just as though the actual group icon were double-
  17. clicked. Make as many hyperlinks as you wish; deleting them only 
  18. deletes the link, not the actual program group. Switch between program
  19. groups at a double-click of the mouse.
  20.  
  21. INSTALLATION
  22. ------------
  23. To set up HyperLinks, just unzip HYPRLNK1.ZIP and copy HYPRLINK.EXE into 
  24. your Windows directory. Add the program to a program group using 
  25. File New Item from the Program Manager:
  26.  
  27.        Description:  HyperLink
  28.        Command Line: hyperlink
  29.  
  30. and start'r up. Also included in HYPRLNK1.ZIP is DDEML.DLL, which you only
  31. need put in your C:\WINDOWS\SYSTEM directory if HYPRLINK fails to start.
  32. HYPRLINK.EXE is a 15K Visual Basic 3.0 program. Thus, if you don't have 
  33. VBRUN300.DLL, pick it up from an FTP site and put it, too, in your 
  34. C:\WINDOWS\SYSTEM directory.
  35.  
  36. HOW TO USE THE PROGRAM
  37. ----------------------
  38. HyperLink 1.0 should be installed in your windows directory (preferably).
  39. To install hyperlinks, click on the HyperLink icon. Operation is fairly
  40. self-explanatory. Nonetheless, here's the whole works:
  41.    To add links, first select from the top list using a left-click 
  42. for a single link, SHIFT-left-drag for a series, or CTRL-left-click 
  43. for specific non-adjacent links. Then choose a group to add the links 
  44. to from the combo-box below, and click on OK. An option is to create a 
  45. new program group to hold the hyperlinks. 
  46.    Your links will look just like Program Manager icons, but they will
  47. have curly brackets around their names, this this: {my group}. 
  48.  
  49. HOW DOES IT WORK?
  50. -----------------
  51. HyperLink is a tiny Visual Basic program which uses the same DDE link to 
  52. the Program Manager used by all SETUP programs that you may have used to 
  53. install many other application, namely:
  54.  
  55.   LinkTopic = ProgMan|progman
  56.   LinkMode = 2
  57.   LinkExecute = [ShowGroup("Group Name Here",1)]
  58.   LinkTimeOut = 100 
  59.  
  60. Hyperlinks are really just the shell command: 
  61.  
  62.          c:\windows\hyprlink.exe Group Name Here
  63.  
  64. connected with a pretty icon. You can make these links yourself, or 
  65. (better) let HyperLink make them for you.  
  66.  
  67. HARDWARE REQUIREMENTS
  68. ---------------------
  69. Any computer capable of running Windows 3.1 should be adequate. 
  70.  
  71. COMMENTS FROM USERS
  72. -------------------
  73.  
  74.    Why didn't the people at Microsoft think of this???? 
  75.  
  76.    After a day, I can't imagine living without it.
  77.  
  78.  
  79. LICENSE AND DISTRIBUTION
  80. ------------------------
  81. HyperLink is FREEWARE (too tiny to charge for!) uploaded by the author.
  82. It may be freely distributed in any form whatsoever. Visual Basic source
  83. code available for $10. Comments to the author are welcome. If you know of 
  84. a good resource for DDE calls to Program Manager, WordPerfect for 
  85. Windows, etc., let me know.
  86.  
  87. Robert M. Hanson
  88. Integrated Graphics
  89. 312 Nevada St.
  90. Northfield, MN 55057
  91. hansonr@stolaf.edu