S Shakir Hussain Jun 18, 2004 #2 Gacu, you have to use LVM_SETBKIMAGE typedef struct tagLVBKIMAGE { ULONG ulFlags; HBITMAP hbm; LPTSTR pszImage; UINT cchImageMax; int xOffsetPercent; int yOffsetPercent; } LVBKIMAGE, FAR *LPLVBKIMAGE; pszImage is the image you set for background. Shak.
Gacu, you have to use LVM_SETBKIMAGE typedef struct tagLVBKIMAGE { ULONG ulFlags; HBITMAP hbm; LPTSTR pszImage; UINT cchImageMax; int xOffsetPercent; int yOffsetPercent; } LVBKIMAGE, FAR *LPLVBKIMAGE; pszImage is the image you set for background. Shak.
S Shakir Hussain Jun 18, 2004 #3 Gacu, You have to use LVM_SETBKIMAGE typedef struct tagLVBKIMAGE { ULONG ulFlags; HBITMAP hbm; LPTSTR pszImage; UINT cchImageMax; int xOffsetPercent; int yOffsetPercent; } LVBKIMAGE, FAR *LPLVBKIMAGE; set pszImage to get background image Shak
Gacu, You have to use LVM_SETBKIMAGE typedef struct tagLVBKIMAGE { ULONG ulFlags; HBITMAP hbm; LPTSTR pszImage; UINT cchImageMax; int xOffsetPercent; int yOffsetPercent; } LVBKIMAGE, FAR *LPLVBKIMAGE; set pszImage to get background image Shak