home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL2 / SUPRGP11.ZIP / SUPERGRP.TXT < prev   
Text File  |  1994-02-03  |  3KB  |  55 lines

  1. SuperGroup - A group nesting application by Jim Pettinato
  2.  
  3. Version 1.1
  4.  
  5.  
  6. A simple standalone Windows utility that allows you to launch a group from
  7. within another group.
  8.  
  9. Very similar to another shareware program called NestGrp, but I tried that
  10. and was unhappy about three things: It was slow (written in Visual Basic), it
  11. used the Program Manager icon instead of the Program Manager group icon, and
  12. there were no indications of error if you specified a group name that didn't
  13. exist-in fact, nothing happened at all.  So I decided to write my own version
  14. from scratch and try to eliminate these drawbacks.  I wrote it in Borland C,
  15. embedded the true group icon in the application, and you get a message box
  16. if you don't specify a valid group on the command line.  It also runs 
  17. considerably faster.  On my 486DX2-50, it is difficult to detect any time
  18. difference opening a group from Program Manager or from SuperGroup.
  19.  
  20. Oh, and one more thing - DOESN'T REQUIRE VBRUNXXX.DLL or any of that.
  21.  
  22.  
  23. To use SuperGrp, select or create the group that you wish to be an upper-level
  24. group.  From within this group, use File/New Program Item to add an instance 
  25. of SuperGrp.EXE with an additional parameter of the group you wish it to
  26. launch.  For example, if my top level group was Applications, and I wished to
  27. embed my Borland C++ and my MicroSoft Word groups in my Applications group,
  28. I would do the following:
  29.  
  30.        Make the Applications group active.
  31.        Select File/New Program Item.
  32.        In the Description box, put Borland C++
  33.           (This is so you will know which group is associated with the icon)
  34.        In the Command Line box, put SuperGrp Borland C++
  35.        Choose OK
  36.  
  37.        Repeat replacing MicroSoft Word for Borland C++
  38.  
  39.        The group icons will now also appear in your Applications group.  
  40.        Clicking on these icons will open the respective group window.
  41.  
  42.        Note:  Do NOT DELETE the original group icons.  Windows will delete 
  43.        the group files, and you will have to recreate them.  Simply place 
  44.        them behind a group you normally leave open, where they can't be seen. 
  45.  
  46.  
  47.   If you like this program, feel welcome to support it by sending $5.00 to:
  48.                    
  49.                           Jim Pettinato
  50.                           2736 East 41st Street
  51.                           Erie, PA   16510
  52.  
  53.   If you are interested in the source code, send me a disk and $15.00, I'll
  54.   mail you it back.  (Make sure you give me your return address.)
  55.