How to create an interactive (drag and drop) GUI in C #

You need to create your own application in which I can drag and drop (predefined) elements into the workspace and move them freely, for example, in Microsoft Office PowerPoint, where the workflow diagram can be easily executed ...

need a start, where can I get it?

+5
source share
3 answers

You can take a look at this CodeProject article on how to create a diagram designer in WPF: http://www.codeproject.com/KB/WPF/WPFDiagramDesigner_Part1.aspx

+4
source

Sounds like a funny but big project.

: Visual Basic.NET, 1. VB.NET, , . , VB.NET #.

+2

I think you need to learn how to do simple drag and drop first. Try this tutorial or this tutorial . Hope this helps!

+1
source

All Articles