CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: System Tray

  1. #1
    Join Date
    Feb 2000
    Location
    Bermuda
    Posts
    4

    System Tray

    I need to be able to display text in the system tray on the task bar. Its easy enough to just show icons there and to trap keypresses, but there is little information about how to output text there. Any ideas?


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: System Tray

    I've only seen one sample that comes close to putting real text in the system tray - take a look at http://www.domaindlx.com/e_morcillo/scripts/cod/grl.asp - and look for the TrayForm.zip sample at the bottom of the page.

    This sample is pretty cool in that it places a whole form in the system tray - it is a bit unpredictable though.

    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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

Featured