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

    taskbar programs

    I would like to know how to make a program that docks itself in the taskbar (like the volume control or the task scheduler)
    can somebody point me in the right direction?
    thanks


  2. #2
    Join Date
    Apr 1999
    Posts
    37

    Re: taskbar programs

    Do you want to put the program into tray?
    Are you taking about tray?

    Then, you could find it from MSDN Online
    using search keword, "Shell_NotifyIcon"

    http://support.microsoft.com/support/


    A programmer who loves Goethe.

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