vote up 3 vote down star
1

Linux has libnotify and OS X has growl. Is there some kind of Notification API for Windows too?

It should be accessible via .Net languages.

Clarification:

Yes I'm looking for an way to send notification to the user, but it won't harm if one can subscribe to certain events with programs too. The linux libnotify uses a system wide D-Bus messaging system, which can handle all kind of events.

flag

73% accept rate

4 Answers

vote up 4 vote down check

Snarl is a Growl look-alike, and Growl has an alpha version for Windows.

link|flag
vote up 1 vote down

@Daren & Mark: The OP is talking about notifications, not event handling. Maybe they are called something else in Windows, but in Linux "notifications" are the alert bubbles that appear from icons in the notification tray.

Notification in Windows

link|flag
vote up 1 vote down

growl, but for windows: http://code.google.com/p/growl-for-windows/

link|flag
vote up 0 vote down

I am not familiar with Snarl or Growl, but the Windows OS and the .NET framework has extensive an event/message infrastructure.

Here are some articles for writing custom events in C#: http://www.ondotnet.com/pub/a/dotnet/2002/04/15/events.html

http://www.csharphelp.com/archives2/archive470.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.