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

Thread: Need Advice

  1. #1
    Guest

    Need Advice

    I am trying to create a program that displays a dialog box from startup. I would like it to function like ICQ does to where it is totally confined to the icon tray (minmized, ect..). How do I minimize my dlgbox to the icon tray? Thanks for any help.


  2. #2
    Join Date
    May 1999
    Location
    Republic of Korea
    Posts
    100

    Re: Need Advice

    Check sample programs about system tray on this site.
    Here is the link :: http://www.codeguru.com/shell/index.shtml

    Hope for help.

    Walter



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