Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 WBitmapFile            Bitmap (from a file) control class
 ----------------------------------------------------------------------------
 WBitmapFile
 Bitmap (from a file) control class
 ----------------------------------------------------------------------------
 
 Properties
 WndClass       The name of the control's window class ("button")
 WndStyle       The control's usual style (a combination of WS_* values)
 
 Methods
 WBitmapFile:Init()        Construct a bitmap control object
 WBitmapFile:Paint()       Draw/re-draw the control
 
 Inherits From
 WControlWindow
 
 Inherited By
 WBitmapFStretch
 
 Description
 This is the class for bitmap controls where the bitmap is in a
 file.  Reading the file is necessarily slower than using a
 resource, so use the WBitmap class if you can.
 
 As this is implemented using an owner-drawn button, to put
 this control in a dialog you should use a button with the
 BS_OWNERDRAW style.
 
 Because Clip-4-Win uses "smart dialogs with dumb controls",
 few properties and few methods are required in this class or
 most sub-classes.  (The WDialog class provides the logic,
 rather than spreading it across the controls.)
 
 Example
 @ Id IDD_BMPFILE  Bitmap  File "thebmp.bmp"
 
 See Also  (press Enter)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson