Profile Picture

Diagram Designer sample source code

Posted By Chris Lithgow 14 Years Ago
Author
Message
Chris Lithgow
Posted 14 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

Group: Forum Members
Last Active: 8 Years Ago
Posts: 0, Visits: 2

This works great for me, I will get things working.

Thanks,
Chris



Nevron Support
Posted 14 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Last Week
Posts: 3,054, Visits: 4,009

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



Attachments
NDiagramDesignerForm.cs (222 views, 16.00 KB)
Chris Lithgow
questionmark Posted 14 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

Group: Forum Members
Last Active: 8 Years Ago
Posts: 0, Visits: 2

Is the source code to the Diagram Designer available?

I think it will do everything I need and will help me get started. Anything to cut down development time is good for me. I am planning to put together small demo to my management team to justify development and purchasing costs.

Thanks,
Chris





Similar Topics


Reading This Topic