msn messenger style popups with c# (alerts)

J

Jason Gleason

How can i make msn messenger style popups (like alerts/when someone messages
you for the first time - the little box that appears in the bottom right
hand corner of your screen) with c#?
 
D

Daniel Pratt

Hi Jason,

Jason Gleason said:
How can i make msn messenger style popups (like alerts/when someone messages
you for the first time - the little box that appears in the bottom right
hand corner of your screen) with c#?

I know that Chris' Ghengis project has a "toast" implementation (among
other interesting stuff):

http://www.sellsbrothers.com/tools/genghis/

Regards,
Dan
 
E

Eric

Here's an excellent article that explains how to this at CodeProject:
http://www.codeproject.com/cs/miscctrl/taskbarnotifier.asp?target=msn|popup

From the article:

The MSN messenger like popup supports:

A custom transparent bitmap background
A skinnable 3-State close button
A clickable title text
A clickable content text
A selection rectangle
Custom fonts and colors for the different states of the text (normal/hover)
Animation speed parameters


It's also heavily documented and explained very well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top