Dynamic Flowchart C#

Asked

Viewed 334 times

1

I have a program to create block flowcharts, each block with multiple inputs and multiple outputs. Within each block (object) I have a sequence of mathematical operations, which use the user-defined input to generate the output, which in turn will be the input of the next block, which is connected by arrow to the previous one, and so on.

The graphic part is solved, that is, I Gero the flowchart used the figures (using drag and drop), but now I need each block chosen and connected to read this user-defined entry, perform its calculations, and generate the output. Blocks are linked by arrows, such as standard flowchart software (e.g.: bizagi).

  • Very nice your question, but we would like to know more technical details: which is the graphical interface used? How is the data structure of each block? Which codes you already have and what exactly you need?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.