Главная страница
    Top.Mail.Ru    Яндекс.Метрика
Форум: "Система";
Текущий архив: 2003.04.24;
Скачать: [xml.tar.bz2];

Вниз

Подскажите как получить иконку.......   Найти похожие ветки 

 
KpeHgeJIb   (2003-03-05 20:52) [0]

Народ подскажите как получить иконку относяшуюся к определенной задече которая в данный момент выполняется системоу, имея хендл задачи. (Как в Task Maneger windows 2000/xp). И в последствии надо запихнуть ее в TImageList.


 
XsID   (2003-03-06 01:57) [1]

DWORD GetClassLong(
HWND hWnd, // handle to window
int nIndex // offset of value to retrieve
);
Parameters
hWnd
[in] Handle to the window and, indirectly, the class to which the window belongs.
nIndex
[in] Specifies the 32-bit value to retrieve. To retrieve a 32-bit value from the extra class memory, specify the positive, zero-based byte offset of the value to be retrieved. Valid values are in the range zero through the number of bytes of extra class memory, minus four; for example, if you specified 12 or more bytes of extra class memory, a value of 8 would be an index to the third 32-bit integer. To retrieve any other value from the WNDCLASSEX structure, specify one of the following values. Value Action
GCW_ATOM Retrieves an ATOM value that uniquely identifies the window class. This is the same atom that the RegisterClassEx function returns.
GCL_CBCLSEXTRA Retrieves the size, in bytes, of the extra memory associated with the class.
GCL_CBWNDEXTRA Retrieves the size, in bytes, of the extra window memory associated with each window in the class. For information on how to access this memory, see GetWindowLong.
GCL_HBRBACKGROUND Retrieves a handle to the background brush associated with the class.
GCL_HCURSOR Retrieves a handle to the cursor associated with the class.
GCL_HICON Retrieves a handle to the icon associated with the class.
GCL_HICONSM Retrieves a handle to the small icon associated with the class.
GCL_HMODULE Retrieves a handle to the module that registered the class.
GCL_MENUNAME Retrieves the address of the menu name string. The string identifies the menu resource associated with the class.
GCL_STYLE Retrieves the window-class style bits.
GCL_WNDPROC Retrieves the address of the window procedure, or a handle representing the address of the window procedure. You must use the CallWindowProc function to call the window procedure.


Return Values
If the function succeeds, the return value is the requested 32-bit value.

If the function fails, the return value is zero. To get extended error information, call GetLastError.



 
XsID   (2003-03-06 02:01) [2]

var
ico:Ticon;
begin
--------------------------------
ico:=TIcon.Create;
ico.Handle:=GetClassLong(wnd,GCL_HICON);
-----------------------------------------


 
KpeHgeJIb   (2003-03-08 10:24) [3]

Огромное спасибо за столь исчерпывающий ответ.



Страницы: 1 вся ветка

Форум: "Система";
Текущий архив: 2003.04.24;
Скачать: [xml.tar.bz2];

Наверх





Память: 0.45 MB
Время: 0.01 c
1-76920
Buggy
2003-04-14 20:47
2003.04.24
Работа с Excel


1-76886
KADAN
2003-04-14 16:23
2003.04.24
Ищу компонент...


1-76936
KIR
2003-04-15 11:35
2003.04.24
Сообщения Windows


3-76841
Pavel_rosl
2003-04-08 04:02
2003.04.24
как получить сумму одного из полей


3-76754
GAlex
2003-04-08 13:41
2003.04.24
Помогите с запросиком а





Afrikaans Albanian Arabic Armenian Azerbaijani Basque Belarusian Bulgarian Catalan Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch English Estonian Filipino Finnish French
Galician Georgian German Greek Haitian Creole Hebrew Hindi Hungarian Icelandic Indonesian Irish Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian
Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Thai Turkish Ukrainian Urdu Vietnamese Welsh Yiddish Bengali Bosnian
Cebuano Esperanto Gujarati Hausa Hmong Igbo Javanese Kannada Khmer Lao Latin Maori Marathi Mongolian Nepali Punjabi Somali Tamil Telugu Yoruba
Zulu
Английский Французский Немецкий Итальянский Португальский Русский Испанский