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

    Tray icon for a Dialog based app.



    I wrote a dialog based application using MFC Visual C++ 5.0 to control certain devices through the serial port. I want to put the icon in the system tray, But even after trying with the Csystemtray class I am nowhere. Can someone give me beginners instructions to do so????



  2. #2
    Join Date
    Mar 1999
    Posts
    2

    Re: Tray icon for a Dialog based app.



    Check out P.J. Naughter's web site. He has an excellent demo and full source code, although you will want to change a few lines of code for your dialog app. If you have any questions after you've had a chance to download and play around with the code, let me know as I've used it quite a bit!

  3. #3
    Join Date
    Mar 1999
    Posts
    2

    Re: Tray icon for a Dialog based app.



    P. J. Naughter's web address (as of last time I was there!):


    http://indigo.ie/~pjn

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