Help needed for creating an "executable" flow-diagram in a .NET application
I must develop an application where the end-user must be able to draw a flow-chart diagram (Visio style) at runtime -- nodes (large icons or rectangles) connected with arrows that defines the flow . This diagram represents a process.
Once this diagram is done, the application must "execute" the process -- execute the procedures (represented by the nodes) in the order as they are connected by the arrows.
If any of you knows a (not too $$$) VB.NET compatible component that does this, or advise me what "classical" diagramming component I should use, please help me out !
Marc.

