home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / C / CTRLZ / README.TXT < prev    next >
Encoding:
Text File  |  1995-08-29  |  4.6 KB  |  119 lines

  1. ControlZ 1.4
  2. -------------
  3. Copyright ⌐ 1994-95, ZSoft. All rights reserved.
  4. For a more detailed description see below ControLZ 1.2. and the
  5. ControlZ.HLP help file.
  6.  
  7. Besides some little improvements everywhere, two things have been
  8. added: an extra control (palette) and a date/time extension to
  9. the combo-box.
  10.  
  11. ControlZ 1.31
  12. -------------
  13. Version 1.31 fixes all known bugs and improves color management 
  14. and speed for the tuner control.
  15.  
  16. ControlZ 1.3
  17. ------------
  18. The main added feature in verison 1.3 is a collection of 
  19. "run-time" libraries. There is one for each control. 
  20.  
  21. This has been specially added for those who want to develop 
  22. an application by using ControlZ and plan to distribute this 
  23. application widely. Therefore the licencing has also been adapted.
  24.  
  25.  
  26. ControlZ 1.2
  27. ------------
  28.  
  29. ControlZ is a custom control library (DLL).
  30. It basically aims at making developers job easier. 
  31. It is Borland's Resource WorkShop 1.01+ compliant. 
  32. That means you can customize the controls and use them directly 
  33. with Borland's Resource WorkShop. To do this you need to select 
  34. Options|Install Control Library when editing a dialog box. If you 
  35. are not a Borland user, you can still use the ControlZ.DLL at 
  36. run-time but will probably experience problems if trying to use 
  37. it interactively in your resource editor. In that case you might 
  38. want to let me know (see the at end this file).
  39.  
  40. ControlZ implements 7 types of controls:
  41. - an analogue scaler,
  42. - an analogue dial,
  43. - an anologue tuner,
  44. - a new type of hierarchic combo-box,
  45. - a new type of hierarchic list-box with horizontal (caption)
  46.   scrolling,
  47. - an extended static text control,
  48. - an extended arrowed link static control.
  49.  
  50. I have included a demo program in this package. It gives an 
  51. overview of the different types of controls and the associated 
  52. options. The sources for the demo program have been included. It 
  53. consists of an extremely simple C-source file, along with an 
  54. RC-resource file. Yet it is relatively powerfull and gives a good
  55. demo. This is because the power is contained in the ControlZ.DLL. 
  56. Indeed ControlZ has been designed with the intention of putting 
  57. more power in the DLL itself, so you can make very quick "working"
  58. models of your future applications just by defining the resources.
  59. Therefore you save time at this stage were you are often in a 
  60. rush to get something to show in order to get funds for your 
  61. future application.
  62.  
  63. The demo brings up a succession of dialog boxes containing a number
  64. of the ControlZ custom controls. In every dialog box you will find
  65. a Help button which you might want to click to get a more extensive
  66. description of the demonstrated control.
  67.  
  68. If you have the Borland's Resource Editor, you are encouraged to 
  69. install the ControlZ.DLL custom control library and have a look at
  70. how easy it is to use and configure the controls in your dialog 
  71. boxes.
  72.  
  73. Remember ControlZ.DLL is not a VBX ! Thus it has no complicated 
  74. tricks to get it working with C and the resource editor and/or 
  75. compiler. Also this means you may expect it to run on future 
  76. versions of Windows.
  77.  
  78. The ControlZ.DLL itself is fully operational. It comes with an 
  79. associated header file called ControlZ.H and the on-line 
  80. documentation contained in the ControlZ.HLP file.
  81.  
  82. Because the ControlZ.DLL is fully working, you are not only able 
  83. to run the demo, but also to use it right now with your resource
  84. editor, though an "unregistered copy" reminder will come up now
  85. and then. This allows you to use it right now in your own
  86. applications and register after a while if you find it useful.
  87.  
  88. Registration
  89. ------------
  90. See the ControlZ.HLP file.
  91.  
  92. Needed configuration
  93. --------------------
  94. To run the demo program you need to have the BWCC.DLL file 
  95. installed on your system. This file is also needed by the 
  96. ControlZ.DLL when editing the resource (but Borland's Resource 
  97. Workshop should already have loaded it). Yet ControlZ.DLL does 
  98. not require the BWCC.DLL file at run-time.
  99.  
  100. ControlZ.DLL is intended to run under Windows 3.1. I actually made
  101. no test with previous versions of Windows, nor with WindowsNT or 
  102. Windows for Workgroups.
  103.  
  104. I developped the DLL at home on a 386/25Mhz. On such a 
  105. configuration some controls act quite slow (especially big dials).
  106. To get the buttons generate the expected 20 steps a second, a
  107. 486/33 should be enough. Of course a Math Coprocessor should help.
  108.  
  109. There are no "particular" memory requirements for ControlZ.
  110.  
  111. Questions ?
  112. -----------
  113. You can report any suggestion, question, 
  114. wanted feature and/or bug to:
  115.  
  116. C. van Zwynsvoorde.
  117. cvzwynsv@vmprofs.estec.esa.nl
  118.  
  119.