Hello Chris,
Thank you for your interest in Nevron Diagramming controls for .NET
The Diagram Designer is a simple example build with Nevron Diagram controls. The Diagram for .NET is part of the Nevron .NET Vision suite and we are providing fully functional evaluation version, which has no time expiration.
Once you download and install the evaluation, you will be able to explore great number of examples (with C# and VB.NET code). You can also run the examples solutions.
The source code of the diagram designer is fairly simple and is in fact an assembly of the controls that come along with the diagram application. Following are the guidelines, which if followed will reproduce the diagram designer shipped with the component:
1. Create a new Windows Forms Application.
2. Add references to the following dlls:
- Nevron.Diagram.dll
- Nevron.Diagram.Shapes.dll
- Nevron.Diagram.Templates.dll
- Nevron.Diagram.WinForm.dll
- Nevron.Presentation.dll
- Nevron.System.dll
- Nevron.UI.WinForm.Docking.dll
- Nevron.UI.WinForm.Skins.dll
3. Visual Studio creates the following files in your project:
- Program.cs – delete this file
- Form1.cs and associated Form1.Designer.cs file – delete the Form1.Designer.cs file.
4. Right-click on the Form1.cs and select "View Code"
5. Replace the content of the Form1.cs file with the content of the NDiagramDesignerForm file attached to this post.
6. Compile and run the application.
Questions or comments – please feel free…
Best Regards,
Nevron Support Team