Click here to Skip to main content
15,881,812 members
Articles / Desktop Programming / Windows Forms
Article

ADSS Tray Popup Window

Rate me:
Please Sign up or sign in to vote.
2.73/5 (7 votes)
17 Dec 2005 56.4K   1.6K   28   10
Allows to display information popup window above tray area.

Sample Image

Introduction

Tray popup is a free .NET component to display information window above tray area. It works almost like standard windows 2k/xp balloons, but have more impressive look, place for icon and title. Also information window have customizable gradient background and level of transparency.

How to use

The control is easy to use. Just add it to a form in design mode. After that you can setup properties:

  • Width and Height of information window
  • Bottom and Top color of gradient background, you can use the same colors to make solid background
  • Define opacity (0-100)
  • Select Font and text Color
  • Select Icon for window, information system icon by default
  • Setup display duration (in seconds)

After that you can call method

<FONT 
size=2>ShowWindow(</FONT><FONT color=#0000ff size=2>string</FONT><FONT size=2> 
messageToShow, </FONT><FONT color=#0000ff size=2>string</FONT><FONT size=2> 
messageTitle)</FONT>

<FONT size=2>
<P><BR><FONT face=Verdana color=#000000>And that's all! Pretty information 
window appears!</FONT></P></FONT>

Copyright

The library presented in this article is freeware software.

Additional Information

Any additional information on Tray Popup as well as its latest versions can be obtained at http://adss.com.ua/ 

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Ukraine Ukraine
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralProblem in Tray Popup Pin
renata yasa putra2-May-06 17:38
renata yasa putra2-May-06 17:38 
GeneralRe: Problem in Tray Popup Pin
Member 129825019-Mar-09 23:22
Member 129825019-Mar-09 23:22 
QuestionMulitple Notifications after another? Pin
K32121-Dec-05 3:04
K32121-Dec-05 3:04 
AnswerRe: Mulitple Notifications after another? Pin
Dmitry Salko21-Dec-05 6:54
Dmitry Salko21-Dec-05 6:54 
GeneralRe: Mulitple Notifications after another? Pin
K32121-Dec-05 7:29
K32121-Dec-05 7:29 
GeneralGenghis pop-up Pin
Ramon Smits18-Dec-05 23:13
Ramon Smits18-Dec-05 23:13 
GeneralRe: Genghis pop-up Pin
Dmitry Salko19-Dec-05 10:07
Dmitry Salko19-Dec-05 10:07 
AnswerRe: Genghis pop-up Pin
Ramon Smits19-Dec-05 21:17
Ramon Smits19-Dec-05 21:17 
GeneralCome on, give us some more . . . Pin
C-codist17-Dec-05 8:16
C-codist17-Dec-05 8:16 
GeneralRe: Come on, give us some more . . . Pin
Dmitry Salko19-Dec-05 10:11
Dmitry Salko19-Dec-05 10:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.