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

    Put a dialog in system tray

    Hi there,
    I am new to C# and have now the following problem.
    I have a little Dialog Application. When the user pressed minimize the appliocation should minimize to the system tray without a task in the taskbar.
    If theuser double click on the sysem tray icon the application should maximize and the system tray icon should dissapear.

    Thx for your help

  2. #2
    Join Date
    May 2002
    Posts
    121
    I've seen it here.

    http://www.c-sharpcorner.com/1/stickynote.asp

    But It can't find System.Winforms...
    let me know if you can figure it out.

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