Вниз
Скачать: 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 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.02 c
1-1087552592
Alek
2004-06-18 13:56
2004.07.04
Кодирование ..


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


1-1087569653
denis24
2004-06-18 18:40
2004.07.04
deletefile()


1-1087400397
Стас
2004-06-16 19:39
2004.07.04
Помогите найти компонент для Delphi7- smpp connector


6-1084215582
AndersoNRules
2004-05-10 22:59
2004.07.04
TIdTCPClient vs TSocketClient




   Наверх