Readme.txt
上传用户:china81hl
上传日期:2021-07-05
资源大小:12k
文件大小:1k
源码类别:

工具条

开发平台:

Visual Basic

  1. FloatTbr - Floating toolbar demo for Visual Basic 5
  2. Copyright (c) 1994-97 SoftCircuits Programming (R)
  3. Redistributed by Permission.
  4. This program demonstrates how to create a floating toolbar in Visual
  5. Basic. The primary requirements for the toolbar was that it sits "on
  6. top" of the main window without necessarily sitting on top of windows in
  7. other applications. To customize the toolbar, change the imgButtons
  8. bitmap and the the IMAGE_COLS and IMAGE_ROWS constants at the top of
  9. FloatTbr.frm.
  10. This program may be distributed on the condition that it is
  11. distributed in full and unchanged, and that no fee is charged for
  12. such distribution with the exception of reasonable shipping and media
  13. charged. In addition, the code in this program may be incorporated
  14. into your own programs and the resulting programs may be distributed
  15. without payment of royalties.
  16. This example program was provided by:
  17.  SoftCircuits Programming
  18.  http://www.softcircuits.com
  19.  P.O. Box 16262
  20.  Irvine, CA 92623
  21. Thanks also to Karl Peterson for his helpful suggestions.