SideShow notifications and events
Posted by: The Moth,
on 30 Dec 2006 |
View original | Bookmarked: 0 time(s)
When I introduced the SideShow gadget fundamentals, I listed 3 types of communication between the gadget running on the PC and the SideShow-compatible device. You know how to design your SCF content and then download it via the managed API. Here I will introduce notifications and events.NotificationSending a notification down to the device takes one line of code, given that you already have a ScfSideShowGadget reference as described before:Icon ico = new Icon(@"C:\Users\Public\Pictures\SideShow\SSnotification.ico");g.ShowNotification(...