Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.01.23;
Скачать: CL | DM;

Вниз

Помогите разобраться в Hints.   Найти похожие ветки 

 
andruxa   (2005-01-09 01:54) [0]

Зашел в тупик. Делаю иконку в таскбаре таким образом.

Var Nim:TNotifyIconData;
begin
With Nim do
Begin
cbSize:=SizeOf(Nim);
Wnd:=Form1.Handle;
uID:=1;
uFlags:=NIF_ICON or NIF_MESSAGE or NIF_TIP;
hicon:=Application.Icon.Handle;
uCallbackMessage:=wm_user+100;
StrLCopy(szTip, pchar(hint), Length(hint));
End;
Shell_NotifyIcon(Nim_Add,@Nim);

Проблема (1) в следующем. Необходимо поднять хинт над иконкой на несколько пикселей.
От незнания хинт создаваемый иконкой делаю пустым. Сделал чтобы хинт появлялся вот так, по сообщению WM_MOUSEMOVE от иконки
hintwnd:= THintWindow.create(self);
Потому что здесь можно задать его координаты, но здесь другая проблема (2), нужно чтобы хинт убирался когда мышь выходит за пределы иконки. Какое сообщение нужно ловить.

Помогите решить проблемы. Может есть путь еще проще?


 
Kerk ©   (2005-01-09 01:59) [1]

uCallbackMessage
Application-defined message identifier. The system uses this identifier to send notifications to the window identified in hWnd. These notifications are sent when a mouse event occurs in the bounding rectangle of the icon, or when the icon is selected or activated with the keyboard. The wParam parameter of the message contains the identifier of the taskbar icon in which the event occurred. The lParam parameter holds the mouse or keyboard message associated with the event. For example, when the pointer moves over a taskbar icon, lParam is set to WM_MOUSEMOVE. See the Taskbar guide chapter for further discussion.

попробуй WM_MOUSELEAVE ловить


 
andruxa   (2005-01-09 16:08) [2]

а WM_MOUSELEAVE иконка не передает. WM_MOUSEMOVE есть. не соображу как ловить.


 
andruxa   (2005-01-09 18:23) [3]

ну в самом окне понятно как. но а для иконки?.


 
grom   (2005-01-09 18:44) [4]

Может это поможет.
http://delphimaster.net/view/4-1105190027/



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

Текущий архив: 2005.01.23;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.04 c
1-1105437597
ssla
2005-01-11 12:59
2005.01.23
Взаимосвязь fsMDIForm - fsMDIChild


1-1105598240
Bless
2005-01-13 09:37
2005.01.23
Проблема с округлением в Делфи


14-1104996506
syte_ser78
2005-01-06 10:28
2005.01.23
блин. Вопрос по ShellListView


8-1097520657
Альфред
2004-10-11 22:50
2005.01.23
Как где скачать установить компонент DelphiX


14-1104677887
olookin
2005-01-02 17:58
2005.01.23
Луна в новогоднюю ночь...