Текущий архив: 2004.07.04;
Скачать: CL | DM;
Вниз
ShellListView Һфон Найти похожие ветки
← →
Lm (2004-06-18 13:08) [0]Помогите, натолкните на мысль, как в ShellListView вставить фоновую картинку
← →
GuAV © (2004-06-18 19:43) [1]Попробуй WebBrowser заместо ShellListView
Или напиши TMyShellListView, в котором будет соответстующая функциональность.
← →
GuAV © (2004-06-18 20:06) [2]а ещё можно перехватить оконную процедуру.
← →
AndrewVolkov (2004-06-20 17:23) [3]а через это разве не пойдет?
Sets the background image in a list-view control. You can send this message explicitly or by using the ListView_SetBkImage macro.
Syntax
To send this message, call the SendMessage function as follows.
lResult = SendMessage( // returns LRESULT in lResult (HWND) hWndControl, // handle to destination control (UINT) LVM_SETBKIMAGE, // message ID (WPARAM) wParam, // = 0; not used, must be zero (LPARAM) lParam // = (LPARAM) (LPLVBKIMAGE) plvbki; );
Parameters
wParam
Must be zero.
plvbki
Pointer to a LVBKIMAGE structure that contains the new background image information.
Return Value
Returns nonzero if successful, or zero otherwise
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/listview/messages/lvm_getcolu mnwidth.asp
Страницы: 1 вся ветка
Текущий архив: 2004.07.04;
Скачать: CL | DM;
Память: 0.44 MB
Время: 0.03 c