StickyNotes at MSDN Code Gallery
I have created a small sample application to provide sticky notes capabilities to Visual Studio 2008.
The application is hosted at MSDN Code Gallery. If you want to find out more about MSDN Code Gallery check Soma's announcement.
The UI is based on WPF and it mimics the iphone Notes application.
This sample shows many VSX assets like:
- Hosting a WPF toolwindow
- Selection events
- ProjectDocument events
- ProjectItem events
- RDT events
- Project persistence
Link:
http://code.msdn.microsoft.com/StickyNotes
Pablo