FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour If LoadBitmap( 0, 32751 ) = Arrow, what is a PLUS sign?
Posts: 246
Joined: Sat Mar 03, 2007 08:42 PM
If LoadBitmap( 0, 32751 ) = Arrow, what is a PLUS sign?
Posted: Sun Mar 09, 2008 05:52 PM

Hi,

If LoadBitmap( 0, 32751 ) is a ARROW, what number di I need to pass to LoadBitmap() to get a PLUS sign?

Thanks!

Patrick

Posts: 824
Joined: Thu Oct 13, 2005 07:39 AM
If LoadBitmap( 0, 32751 ) = Arrow, what is a PLUS sign?
Posted: Mon Mar 10, 2008 08:48 AM
Patrick,

here are the definitions of all predefined bitmaps, there is no plus

 //predefined bitmaps
#define OBM_CLOSE       32754
#define OBM_UPARROW     32753
#define OBM_DNARROW     32752
#define OBM_RGARROW     32751
#define OBM_LFARROW     32750
#define OBM_REDUCE      32749
#define OBM_ZOOM        32748
#define OBM_RESTORE     32747
#define OBM_REDUCED     32746
#define OBM_ZOOMD       32745
#define OBM_RESTORED    32744
#define OBM_UPARROWD    32743
#define OBM_DNARROWD    32742
#define OBM_RGARROWD    32741
#define OBM_LFARROWD    32740
#define OBM_MNARROW     32739
#define OBM_COMBO       32738
#define OBM_UPARROWI    32737
#define OBM_DNARROWI    32736
#define OBM_RGARROWI    32735
#define OBM_LFARROWI    32734
#define OBM_OLD_CLOSE   32767
#define OBM_SIZE        32766
#define OBM_OLD_UPARROW 32765
#define OBM_OLD_DNARROW 32764
#define OBM_OLD_RGARROW 32763
#define OBM_OLD_LFARROW 32762
#define OBM_BTSIZE      32761
#define OBM_CHECK       32760
#define OBM_CHECKBOXES  32759
#define OBM_BTNCORNERS  32758
#define OBM_OLD_REDUCE  32757
#define OBM_OLD_ZOOM    32756
#define OBM_OLD_RESTORE 32755
kind regards

Stefan
Posts: 246
Joined: Sat Mar 03, 2007 08:42 PM
If LoadBitmap( 0, 32751 ) = Arrow, what is a PLUS sign?
Posted: Mon Mar 10, 2008 12:54 PM
StefanHaupt wrote:Patrick,

here are the definitions of all predefined bitmaps, there is no plus


Thank you Stefan!

Patrick

Continue the discussion