To create a popup menu
-
Hi all, I need to display a message as a popup menu on the icon of my application which is on the tray. It is an MFC application. Is it possible in MFC? If yes, Please tel how can i do this.
Dream bigger... Do bigger...Expect smaller aji
see me wrote:
Hi all, I need to display a message as a popup menu on the icon of my application which is on the tray. It is an MFC application. Is it possible in MFC? If yes, Please tel how can i do this.
I think you want to display a balloon tip. Then use
Shell_NotifyIcon
. CodeProject and MSDN has got samples on this topic. Please search. Here[^] is one such article by Chris. Hope I got your question.
Nibu thomas A Developer Programming tips[^] My site[^]
-
Hi all, I need to display a message as a popup menu on the icon of my application which is on the tray. It is an MFC application. Is it possible in MFC? If yes, Please tel how can i do this.
Dream bigger... Do bigger...Expect smaller aji