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

Вниз

Работа с PopUpMenu   Найти похожие ветки 

 
RebroFF   (2006-09-01 14:00) [0]

Вопрос такой:вызываю контекстное меню значка программы в трее, но после, по клику вне области меню последнее нагло не хочет убираться. Наверное нужно послать сообщение хендлу ПопАпа, но где, откуда и какое?


 
Steep ©   (2006-09-01 14:29) [1]

PostMessage(Handle, WM_NULL, 0, 0);


 
Steep ©   (2006-09-01 14:29) [2]

опть таки за неправильные коды в таком состоянии не несу...


 
RebroFF   (2006-09-01 16:49) [3]

А на какое событие посылать сообщение?


 
zdm ©   (2006-09-01 16:52) [4]

FindWindow


 
zdm ©   (2006-09-01 16:53) [5]

не, ступил, извини, а действительно интересная задачка как отловить окно не из своей программы??


 
DiamondShark ©   (2006-09-01 17:49) [6]

Вот про такие шаманские пляски с бубном пишут в Торе:

--------------------------------------------------------------------------------
TrackPopupMenu Function
<...>
Remarks
<...>
To display a context menu for a notification icon, the current window must be the foreground window before the application calls TrackPopupMenu or TrackPopupMenuEx. Otherwise, the menu will not disappear when the user clicks outside of the menu or the window that created the menu (if it is visible). However, when the current window is the foreground window, the second time this menu is displayed, it displays and then immediately disappears. To correct this, you must force a task switch to the application that called TrackPopupMenu at some time in the near future. This is done by posting a benign message to the window or thread, as shown in the following code sample:


  SetForegroundWindow(hDlg);

  // Display the menu
  TrackPopupMenu(   hSubMenu,
                    TPM_RIGHTBUTTON,
                    pt.x,
                    pt.y,
                    0,
                    hDlg,
                    NULL);

  PostMessage(hDlg, WM_NULL, 0, 0);

--------------------------------------------------------------------------------

В переводе на дельфиний

  SetForegroundWindow(PopupList.Window);
  PopupMenu1.Popup(X, Y);
  PostMessage(PopupList.Window, WM_NULL, 0, 0);



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

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

Наверх




Память: 0.48 MB
Время: 0.089 c
2-1157466033
DeMiUrG
2006-09-05 18:20
2006.09.24
ошибка при работе с Excel


11-1133085383
_Simon_
2005-11-27 12:56
2006.09.24
KOL NewThreadEx( ???? )


9-1135949556
Ford
2005-12-30 16:32
2006.09.24
Освещенния в Direct3D


15-1157312491
Jack128_from_Tuapse
2006-09-03 23:41
2006.09.24
Туапсинцы, есть такие на форуме?


2-1157308619
Juri
2006-09-03 22:36
2006.09.24
Что делать если Windows 2000 professional не понимает приложение?