C#:表单模板系统

发布于 2024-08-05 13:45:55 字数 169 浏览 6 评论 0原文

我想在 ac# winforms 应用程序中创建一个表单模板系统。管理员可以创建和管理表单,而用户可以填写表单(就像在 Lotus Notes 或 Access 中一样)。这需要在用户控件中。我一直在尝试使用诸如 XSL 之类的解决方案,并且可能还可以动态创建 HTML,但这些解决方案看起来相当贫乏。有更优雅的解决方案吗?

I want to create a form templating system in a c# winforms application. Admins could create and manage forms whereas users could fill them out (Like in Lotus Notes or Access). This needs to be in a user control. I've been playing with solutions such as XSL and possibly dynamically creating HTML, but these seem pretty ghetto. Is there a more elegant solution?

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

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

发布评论

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

评论(1

荒岛晴空 2024-08-12 13:45:55

如果您在 google 上搜索“托管 Windows 窗体设计器”,您将找到有关如何将 Windows 窗体设计器嵌入到您自己的应用程序中(作为用户控件)的示例。

If you google for "hosting windows forms designer" you'll find examples of how you can embed the windows forms designer in your own application (as a user control).

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