C# 创建自己的流程图

发布于 2024-10-26 16:59:28 字数 270 浏览 1 评论 0原文

在一个项目中,我可能需要创建一个提供流程图的应用程序(.Net / C# 4.0)。

我正在寻找最好的方法来做到这一点,知道它应该非常灵活:

  • 我必须自己使用.Net框架图形(WPF,xaml)来做吗?
  • 是否有一个强大的库可供我使用,专门用于流程图设计?
  • 有与此类工作相关的开源项目吗?

在任何情况下,我都需要按照我想要的方式更改任何组件(它们的链接方式、外观、逻辑等)...

你们会如何处理这个问题?

In a project, I'll probably have to create an application (.Net / C# 4.0) that will provide a flowchart.

I'm looking for the best way to do this, knowing that it should be really flexible :

  • Do I have to do it myself, using .Net framework graphics (WPF, xaml) ?
  • Is there a powerful library that I can use, that is specialized in Flowchart design ?
  • Is there an open-source project related to that kind of work ?

In any cases I'll need to alter any component the way I want (the way they're linked, how they look, the logic, etc)...

How would you guys handle this ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

寄离 2024-11-02 16:59:28

如果您需要“静态”工作流设计器,您可以在 copdeproject 上查看此项目并从它开始。如果您介意执行工作流程,请查看此博文 关于在您自己的应用程序中重新托管 WF4。您可以通过创建自己的活动来自定义它。

If you need a "static" workflow designer you can look at this project on copdeproject and start from it. If you mind to execute the workflow instead, have a look a this blog post about rehosting WF4 in your own application. You can customize it by creating your own activities.

权谋诡计 2024-11-02 16:59:28

我建议您使用现有的控件之一:http://www.google.com/search?hl=en&q=.net+flowchart&aq=f&aqi=&aql=&oq=。自己写这样的东西比购买许可证花费更多。不幸的是,我自己没有使用过其中任何一个,所以我无法推荐特定的一个。只需评估它们并使用最适合您需求的一个即可。

I suggest you use one of the already available controls: http://www.google.com/search?hl=en&q=.net+flowchart&aq=f&aqi=&aql=&oq=. Writing something like this yourself will cost you more than buying a license. Unfortunately, I haven't used any of those myself, so I can't recommend a specific one. Just evaluate them and use the one that fits your needs best.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文