home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / WTREE2.ZIP / WINTREE.DOC < prev    next >
Text File  |  1991-11-10  |  1KB  |  33 lines

  1.                                   WINTREE
  2.  
  3.       WinTree will produce a scrollable listing of all the windows and
  4.       child windows currently active at the time the program is
  5.       executed.
  6.  
  7.       I wrote this very "down and dirty" program to help me debug some
  8.       code that was trying to create child windows on another
  9.       application's window.  I needed to see if the children were
  10.       getting created in the right place.
  11.  
  12.       The most helpful part of this program is the recursive
  13.       subroutine called "TraverseWindows" at the end of the listing.
  14.       This is the code that does the real work.  The rest of it is
  15.       just display services.
  16.  
  17.       I'm not interested in any money for this code, as it doesn't
  18.       really do much.  I WOULD be interested in hearing if it helped
  19.       you.  I can be contacted via:
  20.  
  21.                 Prodigy         [VWSD07A]
  22.                 CompuServe      [73457,365]
  23.  
  24.       I'm on Prodigy a lot more than CIS.
  25.  
  26.       Feel free to distribute or modify the code as you wish.  Enjoy.
  27.  
  28.                            Hilbert Computing
  29.                            1022 N. Cooper
  30.                            Olathe, KS 66061
  31.  
  32.                            Attn: Gary Murphy
  33.