Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 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.47 MB
Время: 0.031 c
11-1073310593
Yura
2004-01-05 16:49
2004.05.30
замена стандартных модулей на Kol


7-1082126058
Xerx
2004-04-16 18:34
2004.05.30
работа с модемом


4-1081727678
Matveyev
2004-04-12 03:54
2004.05.30
Drag & Drop с Провоодником Windows


1-1084541254
WG
2004-05-14 17:27
2004.05.30
Как переименовать закладки у компонента PageControl ?


1-1085032569
OlegM
2004-05-20 09:56
2004.05.30
Почему не обрабатыватся ошибка