Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows messenger syle popups

Status
Not open for further replies.

transparent

Programmer
Sep 15, 2001
333
GB
How do i create messenger style pop ups* using .NET (c#).

* For example, when logged into Messenger and a new email is recieved by your hotmail account, a little popup at the bottom right hand corner of your screen appears.

How I create this for my windows application?
 
These are commonly known as toast messages as they pop-up like toast. A google for toast messages C# turns up a fair bit but this article on Code Project shows you how and provides a component to use in your apps.


Check out the links at the bottom of the article to see other implementations of this on code project.

Rob

Every gun that is made, every warship launched, every rocket fired, signifies in the final sense a theft from those who hunger and are not fed, those who are cold and are not clothed - Eisenhower 1953
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top