CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Having trouble talking to a taskbar app from a Windows service

    Hey folks,

    I've written an article series that demonstrates how to use WCF to communicate between a task bar (tray icon) app and a Windows Service application.

    As an example, the series includes sample code that monitors file change events and sends popup tray app notifications to registered task bar apps.

    Here are the first two articles of the four part series.

    Tray Notify Using Windows Communication Foundation - Part I
    Tray Notify Using Windows Communication Foundation - Part II

    Below is an example of the notification window that appears when the user makes a change to any of the files in my documents.

    Any comments or suggestions are welcome.

    Thanks,

    Arjay
    Attached Images Attached Images  

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