PC Review


Reply
Thread Tools Rate Thread

Balloon events not being raised!

 
 
Rob
Guest
Posts: n/a
 
      28th Sep 2006
I'm using win 2000 service pack 2 and for some reason when my system
tray app shows a balloon (which it can do fine) it never recieves any
events. It's never notfied that the user clicked on the balloon (even
though the balloon disappears when they do) nor that it timed out when
it does that either.

What could be wrong here?

Thanks!

//Some data
in my DLL's MakeHWND method I create a window class and set:
wndClass.lpfnWndProc = (WNDPROC)WndProc;

where WndProc is a method:
LONG APIENTRY WndProc(HWND hWnd, UINT iMessage, UINT wParam, LONG
lParam)

and it switches on iMessage and if it equals MYWM_NOTIFYICON, then it
does some handling code. However, for some reason that is never
called/reached until i shut the program down! What's going on?!

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Events raised by collections Sid Price Microsoft VB .NET 5 6th Aug 2007 05:59 PM
Events not raised Tumurbaatar S. Microsoft ASP .NET 1 18th Jul 2005 09:17 AM
Events raised from other threads John Paulsson Microsoft C# .NET 2 16th Feb 2005 08:08 PM
Postback Events Not Raised =?Utf-8?B?U29sZWwgU29mdHdhcmU=?= Microsoft ASP .NET 3 13th Oct 2004 06:58 AM
list of raised events Tim Mulholland Microsoft ASP .NET 12 23rd Mar 2004 09:58 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:53 AM.