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

    How to add your VB Program to the system Tray.



    Please tell me how to add your Visual Basic Program to the System Tray ??

    Ashish.

  2. #2
    Join Date
    Jan 1999
    Posts
    24

    Re: How to add your VB Program to the system Tray.



    It is done with Shell_NotifyIcon API function!


    You can search this function syntax in API TextViewer or the details information in MSDN!

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