Source
www.codeproject.com (The Code Project), posted 2010-07-28
Added By
BillHenn on 2010-08-10
Vitals
- 4750 total views
Summary
A Document Outline Visual Studio tool window for C# files, coded in WPF.
Excerpt
"This tool explores a number of concepts. First, it involves creating a Visual Studio add-in and tool window hosting a custom control. Second, it uses the Visual Studio automation model and code model to explore the code programmatically. Finally, the control is written in WPF, so we learn some basic things there."
Full Link
http://www.codeproject.com/kb/toolbars/docoutlineforcsharp.aspx
About The Code Project
The Code Project is a community of software development and design developers joined together with certain common goals: to learn, to teach and to have fun programming. Developers from all over the world come together to share source code, tutorials and knowledge for free to help their fellow programmers. It is extremely popular and is one of the best places on the web to look for open source implementations of .NET control, components, and techniques. http://www.codeproject.com/
The WPFpedia resource guide has 238 total links to this site.
Votes
Comments
Add a Comment
Please log in to post comments.