CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2000
    Location
    Toronto Canada
    Posts
    8

    Windows Services

    Does anyone know how I can create an icon in the System Tray so users can launch my VB application program from there? I will like to create this icon as a windows service application. Please anyone can help me?


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Windows Services

    you need to subclass your window procedure to do this. API that you need to use are : Shell_NotifyIcon

    hope this give you a hint

    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