home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL43.ARJ / VOL4305 < prev    next >
Text File  |  1992-08-17  |  3KB  |  54 lines

  1. P r o g r a m m a T h e e k volume 4305
  2.  
  3. Vervanger van Bijwagen nr. 7305
  4.  
  5. Titel: Visual Basic toolboxes
  6.  
  7. Number  Name            Size    Date    Comments
  8.         CATALOG  305       373 11-01-92 Dit overzicht
  9. 4305.01 VBARRAYS EXE     17604 11-01-92 Zelfuitpakkend archief met 
  10.                                         array-ddl.
  11. 4305.02 VBRUNDLL EXE    163925 11-01-92 Zelfuitpakkend archief met 
  12.                                         runtime-module
  13. 4305.03 VBTOOLS  EXE    166427 11-01-92 Zelfuitpakkend archief met 
  14.                                         VBTools-demo
  15.         VOL4305  ABS      1817 11-01-92 Diskabstract
  16.                 5 files 9216 bytes free on volume 4305
  17.  
  18. De bestanden op dit volume zijn vanwege ruimtegebrek uitge-
  19. voerd als zelfuitpakkende archieven. Er was geen ruimte over
  20. om LHA erbij te plaatsen, vandaar deze noodoplossing. De
  21. werkwijze voor het uitpakken is als volgt: kopieer het uit te
  22. pakken bestand naar de harde schijf of zet het op een diskette
  23. (360 Kb is voldoende). Start het "programma" vervolgens op en
  24. het archief pakt zichzelf uit op de diskette.
  25.  
  26. HUGEARR.DLL is a dynamic-link library (DLL) which contains
  27. functions for creation, maintenance, and deletion of arrays
  28. larger than 64K from Microsoft Visual Basic version 1.00 for
  29. Windows. This DLL also gives the ability to create arrays with
  30. more than 32,767 (32K) elements per dimension, and to redimen-
  31. sion arrays while preserving the data inside of the arrays.
  32.  
  33. VBRUN100.DLL is REQUIRED to run all Visual Basic applications.
  34. This file needs to be in your path, I would suggest the Wind-
  35. ows-subdirectory.
  36.  
  37. VBTOOLS provides the programmer with a "grab bag" of services:
  38. Lots of Custom Controls.
  39. Pre-written toolbox routines. All of them are included in the
  40. demo program.
  41. Assembly language routines to make your programs faster and
  42. smaller. You don't need to know anything about assembly langu-
  43. age to use them because they are invoked just like SubPrograms
  44. and Functions. Several of these routines are demonstrated.
  45. Key words that Microsoft forgot: MK?, CV? (including the MBF
  46. versions), PLAY, BLOAD and BSAVE (for arrays other than varia-
  47. ble-length stringarrays). Only the PLAY key word is demonstra-
  48. ted in this demo.
  49. Graphics special effects, which are in the demo.
  50. How to use some of the more useful Windows API routines. Many
  51. of these are sprinkled throughout the demo.
  52. A blackjack game.
  53. A utility program giving you the functionality of $INCLUDE.
  54. (Hans Schuts)