home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / f12shell / readme.f12 < prev   
Text File  |  1993-10-21  |  1KB  |  20 lines

  1. F12Shell is a Visual Basic 3.0 program that demonstrates a variety of 
  2. programming techniques.  It has 3 D buttons, stay on top, and a built in 
  3. date and time display.  While the stay on top is some fairly common code, 
  4. 3 D solution for the buttons is exclusively mine.  By simulating depth
  5. using lines instead of multiple bitmaps I managed to reduce the file size
  6. by over 6 K,  it did involve more coding to control the lines, but I think 
  7. the size savings were worth it.
  8.  
  9. Like any VB 3.0 program this can be invoked from the dos command line, thus
  10. starting Windows, or used as a shell if its pathname is placed in the
  11. Shell= line of System.ini.  F12SHELL is freely distributable in the zipped
  12. form which includes F12SHELL.MAK, F12SHELL.FRM, F12SHELL.EXE, and 
  13. README.F12.  In this form F12SHELL is considered freeware.  Customizations
  14. are available for a small fee.  Programmers who wish do add to the program
  15. are invited to do so, but must retain the copyright and source information
  16. for Force 12 which display under About and More About.  Just add another
  17. About style box for your own code and mods.  I did not include the ICO 
  18. files with the program because those actually belong to Microsoft, I just
  19. inverted the colors.
  20.