1. commctrl values

Could anyone with a current commctrl.h tell me the values of:

LVM_SETVIEW
LV_VIEW_DETAILS
LV_VIEW_ICON
LV_VIEW_LIST
LV_VIEW_SMALL_ICON
LV_VIEW_TILE

Thanks!

Jonas

new topic     » topic index » view message » categorize

2. Re: commctrl values

----- Original Message ----- 
: From: "Jonas Temple" <jktemple at yhti.net>
: Could anyone with a current commctrl.h tell me the values of:
: 
: LVM_SETVIEW
#define LVM_SETVIEW         (LVM_FIRST + 142)
#define ListView_SetView(hwnd, iView) \
    (DWORD)SNDMSG((hwnd), LVM_SETVIEW, (WPARAM)(DWORD)iView, 0)

: LV_VIEW_DETAILS
#define LV_VIEW_DETAILS     0x0001

: LV_VIEW_ICON
#define LV_VIEW_ICON        0x0000

: LV_VIEW_LIST
#define LV_VIEW_LIST        0x0003

: LV_VIEW_SMALL_ICON
#define LV_VIEW_SMALLICON   0x0002

: LV_VIEW_TILE
#define LV_VIEW_TILE        0x0004

welome,
XANAX

: 
: Thanks!
: 
: Jonas

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu