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

Thread: VB

  1. #1
    Join Date
    Apr 2001
    Posts
    2

    VB

    How can I write a VB program such a way that when minimized it will appear on system tray ie. besides the clock on task bar?


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: VB

    you need to use the Shell_NotifyIcon API and subclass your form to do it.

    HTH

    cksiow
    http://vblib.virtualave.net - share our codes


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