Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 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.47 MB
Время: 0.035 c
1-1087838406
мозг_умер
2004-06-21 21:20
2004.07.04
Получение индекса по строке в массиве.


1-1087556900
Алексей
2004-06-18 15:08
2004.07.04
Компонент для работы с файлами


3-1086709984
Ven
2004-06-08 19:53
2004.07.04
Сохранение данных в БД InterBase


14-1087145399
able
2004-06-13 20:49
2004.07.04
google.ru


1-1087906257
Anton.
2004-06-22 16:10
2004.07.04
TComboBox