Results 1 to 4 of 4

Thread: [RESOLVED] [2005] Square fading system tray window-like info panes

  1. #1

    Thread Starter
    Lively Member mightor's Avatar
    Join Date
    Apr 2007
    Location
    Turn around, I'm right behind you...
    Posts
    99

    Resolved [RESOLVED] [2005] Square fading system tray window-like info panes

    I am looking for the name of those square info panes you see pop up above the system tray. They slide up, stay for a moment and slide back down. MSN messenger has them, you'll notice them whenever someone signs in or messages you when the main windows has been minimized to the system tray. I'd be more precise if I knew what they were called. They're not to be confused with the standard BalloonToolTip windows I asked about before.
    In order for me to do a little research on how to implement such a beast, I need to know its name first because Google is (at least for now) still lacking a neural interface.

    Thanks in advance!
    What the world needs is more geniuses with humility, there are so few of us left.
    If my post was accidentally useful, please rate it as such, thanks!
    Mon aéroglisseur est plein des anguilles.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2005] Square fading system tray window-like info panes

    They are simply forms with their Size and Location properties set and changed to the appropriate values over time. The nickname for that type of form is a "toast" form. I've posted code in the VB.NET CodeBank forum. So have some others. My demo uses a standard form but you can jazz you'rs up any way you want.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member mightor's Avatar
    Join Date
    Apr 2007
    Location
    Turn around, I'm right behind you...
    Posts
    99

    Re: [2005] Square fading system tray window-like info panes

    Ah perfect, thanks! I would've never guessed toast form, tbh. Toast wasn't the first thing that came into my head when I saw them I take it it is the popping up and down that led to them being named that way. Anyway, this toast talk has made me hungry now.

    Thanks again.
    What the world needs is more geniuses with humility, there are so few of us left.
    If my post was accidentally useful, please rate it as such, thanks!
    Mon aéroglisseur est plein des anguilles.

  4. #4

    Thread Starter
    Lively Member mightor's Avatar
    Join Date
    Apr 2007
    Location
    Turn around, I'm right behind you...
    Posts
    99

    Re: [2005] Square fading system tray window-like info panes

    For forum searching purposes, the solution to this problem can be found here: http://vbforums.com/showthread.php?t=351757
    What the world needs is more geniuses with humility, there are so few of us left.
    If my post was accidentally useful, please rate it as such, thanks!
    Mon aéroglisseur est plein des anguilles.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width