11 november 2002
pieter@synerga.nl
Description
The SizingGrip class makes it possible to show a small sizing grip bitmap in the lower right corner of dbViews and dbModalPanels.
This way users will know when they can resize a panel.
Classes
cWsSizingGrip | This class shows the sizing grip bitmap in the lower right corner. |
cWsdbView | A subclass of the standard dbView class. Some additional code is added to activate the sizing grip. |
cWsdbModalPanel | A subclass of the standard dbModalPanel class. Some additional code is added to activate the sizing grip. |
cWsBitmapContainer | A subclass of Wil's cvBitmapContainer class. |
cvBitmapContainer | A class which makes it possible to use transparent bitmaps |
In order for the bitmap to appear, you need to set the border of the view or modalpanel to `Border_Thick'.
Credits
Special thanks to Wil van Antwerpen for sharing his cvBitmapContainer class which makes it possible
to use transparent bitmaps.
Don't forget to take a closer look at his vWin32fh.pkg package as well. It contains a collection of file
handle methods..