home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9TOOL / CALEN32A.ZIP / README.TXT < prev    next >
Text File  |  1998-03-25  |  3KB  |  67 lines

  1.                   Calendar Development Library 1.0 for Windows
  2.                           Copyright (c) Delta Computing
  3.                            http://www.salrom.com/delta
  4.                              delta.computing@usa.net
  5.                                All rights reserved
  6.  
  7.  
  8. Calendar is a library of functions that allow you to easily and quickly insert
  9. a perpetual calendar into any Windows program.
  10. The calendar appears in a modal dialog box showing a month at a time and
  11. giving the user the possibility to select any of the days of the displayed
  12. month and to change month and year.
  13. The calendar can be used for a simple consultation or to allow the user to
  14. select a date.
  15.  
  16. The calendar automatically adapt itself to the host system's language and date
  17. format, which means that the names of weekdays and of months are displayed in
  18. the language of the system where your program is executed. The same is for the
  19. format of dates, which depend on the system's configuration.
  20.  
  21. The appearance of Calendar dialog box is configurable, in order to meet your
  22. requirements (see Chapter 3 of Manual).
  23.  
  24. Leap years are taken into account. Calendar returns a date in a format which
  25. is compliant with year 2000, year 3000, 4000, etc. The range of dates
  26. displayable spans from January 1, 1 to December 31, 9999. Date calculations
  27. don't take into account the calendar revisions prior to the switch to the
  28. Gregorian Calendar.
  29.  
  30. With this software package, beside the library, you get a test program which
  31. allows you to verify the effect of changing the aspect of the Calendar window.
  32. You also get the source code of an example program, which shows the simplest
  33. way of including a calendar into your programs (see Chapter 5 of Manual).
  34. The source code of the test program is available upon request.
  35.  
  36. The unregistered version of this library shows a Notice window when the calendar
  37. window is open (see Chapter 8 of Manual). This window will not appear in the
  38. registered version.
  39.  
  40.  
  41. All the informations about pricing and purchasing are contained in
  42. the order.txt file.
  43.  
  44.  
  45. Here is a summary of Calendar's main features:
  46. - Perpetual monthly calendar spanning from year 1 to 9999
  47. - Fully configurable
  48. - Resizable window
  49. - Language and date format automatically adapt to end user's system
  50. - Help on line available
  51. - Year 2000 compliant
  52. - Leap years
  53. - Test program and example included
  54. - 16 and 32 bit versions, for Windows 3.1, 95 and NT
  55. - C and C++ interfaces
  56. - *** NO ROYALTIES ON DISTRIBUTED SOFTWARE ***
  57.  
  58.  
  59. A glance to the future.
  60. The following features are under evaluation and will be probably included in
  61. one of the next versions of this library.
  62. - Yearly calendar: 12 months in a window
  63. - Multiple days selection
  64. - Horizontal calendar (same weekdays on the same line)
  65. - Calendar in your window: calendar and your controls in your dialog window
  66. - Setup dialog window, similar to that of the test program.
  67.