Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How do you make the diagrams that appear in the articles?
example:
Https://www.codeproject.com/Articles/294452/C-B-R

What I have tried:

All, nothing of nothing (30 chars)
Posted
Updated 27-Jul-17 4:49am

That article has a couple of different types:
1) Simple screen shots. These are easy: bring the window to the front, hold down ALT and press the PRNT SCRN key (on the group of three keys you probably never use). This copies the active window to the clipboard. Open your prefered photoediting program (I use PaintShop Pro, but GIMP, Photoshop, or even Paint will do). Paste your image, crop it to the desired chunk, and save it.
2) Class diagrams. These take a bit more explaining, so start here: How to: Add Class Diagrams to Projects (Class Designer)[^]
 
Share this answer
 
If you have Resharper installed, you can create some interesting architecture diagrams, see here for an example: ReSharper Architecture Tools | Pavel Surmenok[^]
Here is an interesting diagram tool by Sacha Barber on CodeProject: 200% Reflective Class Diagram Creation Tool[^]
 
Share this answer
 
With Visual Studio 2017 (except the Enterprise version) there are some changes: the old diagramming tools are not included in the basic install: [^], [^].

But, you can run the VS installer, and install “Visual Studio extension development” and the Class Diagram component.
 
Share this answer
 
Ask the author, I see he is still active on CP.
You can leave comments at bottom of article:
C.B.R.[^]

[Update]
I asked the author in the article forum.
Here is the answer from the author:
Quote:
I used class diagrams in visual studio

C.B.R.[^]
 
Share this answer
 
v4
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900