home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / enhframe.zip / enhframe.1st next >
Text File  |  1995-08-07  |  1KB  |  29 lines

  1. This is a program I wrote to explore the possibilities of
  2. Opaque window moves. It allows the user to move the
  3. window by it's title bar, without the wire frame. It moves
  4. the actual window with the mouse.
  5.  
  6. One other interesting idea is that the window doesn't pop
  7. up to the foreground when moved. This allows the window
  8. to be moved without changing it's "z-order". The window does
  9. pop up with just a click on it.
  10.  
  11. The program is available with source code. enhframe.c and
  12. enhframe.h can be incorporated into any program. So if you
  13. are a programmer you can take these files and add them to
  14. your project. A simple call to EnhanceFrame(hwndFrame);
  15. will make your frame OpaqueMovable.
  16.  
  17. The enhwin.exe is a compilation of enhwin.c that uses enhframe
  18. module to enhance it's frame.
  19.  
  20. enhframe.mak is a makefile for BC OS/2. If anyone can write me
  21. a tested make file for any other compiler, please send it to me.
  22. I would apperciate that. If you unzipped it using unzip.exe
  23. shareware utility, EA's of the files should have been extracted.
  24. The make file has a "Make Me" menu added on. Select it if you
  25. use BC OS/2.
  26.  
  27. --------------------
  28. STANDARD DISCLAIMER.
  29.