Текущий архив: 2004.05.30;
Скачать: CL | DM;
ВнизАктивная форма и мигание =) Найти похожие ветки
← →
Iraizor © (2004-04-20 10:53) [0]Мастера, подскажите пожалыста, как можно узнать активна ли моя форма и если она не активна сделать ее "полоску" (если можно так выразится) на панели задач мигающей
← →
Игорь Шевченко © (2004-04-20 11:01) [1]
> как можно узнать активна ли моя форма
if GetForegroundWindow = MyForm.Handle then
активна
> сделать ее "полоску" (если можно так выразится) на панели
> задач мигающей
FlashWindow(Ex)
← →
IraiZor © (2004-04-20 11:23) [2]Игорь Шевченко
Cпасибо , сейчас попробую
← →
IraiZor © (2004-04-20 11:46) [3]Сделал мигание ,но как можно отследить , когда форма была сделана вновь активной ?
← →
SammIk © (2004-04-20 11:50) [4]The WM_ACTIVATE message is sent to both the window being activated and the window being deactivated. If the windows use the same input queue, the message is sent synchronously, first to the window procedure of the top-level window being deactivated, then to the window procedure of the top-level window being activated. If the windows use different input queues, the message is sent asynchronously, so the window is activated immediately.
Parameters
wParam
The low-order word specifies whether the window is being activated or deactivated. This parameter can be one of the following values. Value Meaning
WA_ACTIVE Activated by some method other than a mouse click (for example, by a call to the SetActiveWindow function or by use of the keyboard interface to select the window).
WA_CLICKACTIVE Activated by a mouse click.
WA_INACTIVE Deactivated.
The high-order word specifies the minimized state of the window being activated or deactivated. A nonzero value indicates the window is minimized.
lParam
Handle to the window being activated or deactivated, depending on the value of the wParam parameter. If the low-order word of wParam is WA_INACTIVE, lParam is the handle to the window being activated. If the low-order word of wParam is WA_ACTIVE or WA_CLICKACTIVE, lParam is the handle to the window being deactivated. This handle can be NULL.
← →
IraiZor © (2004-04-20 12:42) [5]Все ! спасибо ! теперь все работает !
Страницы: 1 вся ветка
Текущий архив: 2004.05.30;
Скачать: CL | DM;
Память: 0.45 MB
Время: 0.041 c