ImageMan OCX Suite 
V 5.01
Readme.txt

---------------------------------------------------------------------------


Thanks for purchasing V 5.01 of the ImageMan OCX Suite. If you have any
questions or suggestions please contact us in one of the following ways:

Email: support@data-tech.com
Web: www.data-tech.com

Fax: 704-682-0025
BBS: 704-682-4356
Voice: 704-682-4111



If you are upgrading from the ImageMan/VBX product, be sure to check out the
'Changes from the ImageMan/VBX' topic in the online help.

Also, if you are upgrading from V 5.00 of the OCX controls, you will need
to recompile your applications after installing the V 5.01 controls.


Important Note
--------------

There is a very nasty bug in Visual Basic 4.0 which causes problems for
image and picture controls on MDI children forms. If you have image controls
on MDI children forms and are displaying 256 color images then the image colors 
can get corrupted when another application realizes a palette. This is because
VB is not passing on two windows messages to the child window ie the image
control. The messages are: WM_PALETTECHANGED and WM_QUERYNEWPALETTE. Normally
a window would re-realize its palette and redraw the image upon receipt of the
WM_PALETTECHANGED message, this would cause the image to be drawn using colors 
from the other image's palette. Because this message isnt sent the image colors
will change to the palette of the other image and not the closest colors in the
other image's palette. We are working with Microsoft to find a solution to this
problem. This bug doesnt affect SDI applications.



