                      VBExtenders (tm)
        Custom Control Sets for Microsoft Visual Basic
                             by

                  Sheridan Software Systems
                       65 Maxess Road
                  Melville, New York  11747

		    Voice: (516) 753-0985
		      Fax: (516) 753-3661

  BBS:  2400 baud (516) 753-5452      9600 baud (516) 753-6510
================================================================


Release History as of Version 1.0h, September 22, 1993
-------------------------------------------------

Version 1.0h:
============
	1. Fixed a problem which sometimes resulted in an 'SS3D3.VBX Out
	Of Date' message when loading a project that was compiled with
	v1.0f or earlier of SS3D3.VBX and run with v1.0g.

	2. Fixed a problem which caused the visual representation of the
	menu control to shrink to a 1 pixel dot when the form containing
	the control was saved as ASCII and then reopened after saving
	the project.



Version 1.0g:
============
	1. Fixed problem when running under VB3 which sometimes 
	resulted in a GP Fault in USER.EXE at location 0001:1AA7
	when clicking on a top level menu item


Version 1.0f:
============
	1. Fixed problem which was not painting an area at the right of
	the menu bar when a vertical scrollbar was present on the form.

	2. Fixed a problem which was improperly painting the menu bar
	when an MDI Child control (from the Professional Toolkit) was
	maximized.
	
	3. Fixed problem which sometimes ocurred when double-clicking the
	right mouse button over a menu control at design time to bring
	up the help file.  Depending on the situation, a 'Help File not
	Found' message would appear or S3D3.VBX would generate a GP fault.


Version 1.0e:
============
	New Features Added:
	------------------
	1. Pictures can now be displayed in all Top Level Menu
	Styles (not just Menubuttons)

	2. 'TopMenuStyle' = 2D now supports the use of pictures as
	well as variable fonts.

	3. Added a new property 'DropDownStyle' to allow dropdown
	menus to be either 2D or 3D.

	Problems Resolved:
	-----------------
	1. Fixed a problem where menus were sometimes coming up 
	2-dimensional (i.e. not converted to the requested 3D
	style)

	2. Converted menus are now painting 'better' when there is
	no caption on the form.  Note that even though VB allows 
	you to have a menu without a caption, this combination
	makes for some strange painting situations.  You may
	notice that parts of the converted 3D menu are not always
	refreshed when there is no caption.  (However, VB does not
	even handle the 'menu w/no caption' situation correctly
	- try it!)

	3. Converted menus no longer paint over bottom window border
	when form is sized so that the bottom border of the window
	touches the menu bar.

	4. All text on converted menus is now drawn in such a way
	that Windows will no longer shade the area behind text with
	a non-dithered color when running on monitors that represent
	light gray as a dithered color (e.g., EGA or Mono)


Version 1.0d:
============
	1. Fixed a problem which occurred when 2 or more compiled VB
	apps were simultaneously running, and they were closed in any
	sequence other than the reverse order they were started.  In
	other words if 3 apps were started in the sequence app1-app2-app3
	and they were not closed in the sequence app3-app2-app1 a UAE 
	would result.

	2. Fixed a problem which occurred if an MDI Child control (from
	the MS Professional Toolkit for VB) was placed on the same form
	as an SS3D3 Menu Control.  In certain situations a UAE would
	result when the form was closed.

	3. Fixed a problem which occurred when a VB app containing a form
	with an SS3D3 menu control was restarted in design mode using the
	'Restart' option on the VB 'Run' menu instead of 'End' and then
	'Start'.

	4. Added an additional setting for the 'TopMenuStyle' property. 
	The new setting is '8 - Menubuttons (w/default menu bar color)'
	This setting should be used if an MDI Child control (from the
	PTK) exists on the same form.  The setting avoids a menu bar
	painting problem when the MDI form is maximized.

	5. Fixed a problem which caused dropdown menu items to be shown
	as regular 2-dimensional items (or 3-dimensional but without
	text), if the item led to another dropdown with 8 or more items
	on it.


Version 1.0c:
============
	1. In certain circumstances, the Menu control interfered with
	the painting of combo boxes in 3D Widgets/2.  Images of menu
	items would sometimes appear in the text portion or dropdown
	portion of the combo box.  This problem only occurred for
	combo boxes that were placed directly on the form (rather than
	on a panel or frame)


Version 1.0b:
============
	1. The menu control no longer has to be placed DIRECTLY on
	   the form.  It may be placed on Frames, Panels or any other
	   control that allows other controls to be placed on them.
	
	2. If a menu control is placed on a form that does not have
	   a menu defined for it, the application no longer appears
	   to hang.


