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

Вниз

Сообщения чужим окнам   Найти похожие ветки 

 
Noby   (2006-03-30 13:40) [0]

Помогите плз... скажите что нужно отправить чужому окну что бы оно стало активным или не октивным


 
Сергей М. ©   (2006-03-30 14:24) [1]

The WM_ACTIVATE message is sent when a window is being activated or deactivated. This message is sent first to the window procedure of the top-level window being deactivated; it is then sent to the window procedure of the top-level window being activated.


 
balepa ©   (2006-03-30 14:45) [2]

WM_ACTIVATE Notification

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.

Syntax

WM_ACTIVATE

   WPARAM wParam
   LPARAM lParam;
   
Parameters

wParam
The low-order word specifies whether the window is being activated or deactivated. This parameter can be one of the following values. The high-order word specifies the minimized state of the window being activated or deactivated. A nonzero value indicates the window is minimized.
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.

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.
Return Value

If an application processes this message, it should return zero.

Remarks

If the window is being activated and is not minimized, the DefWindowProc function sets the keyboard focus to the window. If the window is activated by a mouse click, it also receives a WM_MOUSEACTIVATE message.


 
Игорь Шевченко ©   (2006-03-30 14:48) [3]

Сергей М. ©   (30.03.06 14:24) [1]
balepa ©   (30.03.06 14:45) [2]

Насколько я помню, WM_ACTIVATE - это следствие, а не причина.

А причиной является SetForegroundWindow или SetFocus


 
balepa ©   (2006-03-30 14:50) [4]

SetForegroundWindow(HWND)



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

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

Наверх




Память: 0.47 MB
Время: 0.027 c
15-1149677381
Fishka
2006-06-07 14:49
2006.07.02
Модераторам!!!!


2-1150369563
ttt_111
2006-06-15 15:06
2006.07.02
Как запретить запускать повторно уже запущенную программу?


15-1149513333
oldman
2006-06-05 17:15
2006.07.02
Нужен совет (не могу пока найти онколога)... :(


15-1146819842
Nous Mellon_
2006-05-05 13:04
2006.07.02
Сила алкоголя


3-1146728733
Alexey V.
2006-05-04 11:45
2006.07.02
Курс валюты в выходные дни