Mono 的 .Net 组件

发布于 2024-11-30 22:52:48 字数 251 浏览 0 评论 0原文

任何人都可以建议任何与 Mono 兼容的稳定的 WinForms .Net 组件吗? 据我所知,DevExpress 和 Infragistics 仍然有很多 Windows 特定的 PInvoke 调用。

更新1: 我需要带有标准控件(文本框、按钮、复选框、树)的 WinForms .Net 组件,这些控件具有共同的外观和感觉以及主题引擎。类似于 DevExpress .Net Winforms 组件,但具有 Mono 兼容性。

Can anybody suggest any stable WinForms .Net components, that are compatible with Mono.
As I know DevExpress and Infragistics still have a lot of Windows specific PInvoke calls which.

UPDATE 1:
I need WinForms .Net components with standart controls(TextBox,Buttons,Checkbox, Tree) which have common Look&Feel and a theme engine. Something similar to DevExpress .Net Winforms components, but with Mono compatibility.

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

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

发布评论

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

评论(1

予囚 2024-12-07 22:52:48

当您创建跨平台(或仅限 Linux)WinForms 应用程序时,请使用 GTK#。

没有更多的选择。
wxWidgets 也有 .NET/mono 绑定。

然后,寻找自定义 GTK# 控件。

但是,这可能需要重写,那么为什么不只编写一个 Web 界面呢?
例如,使其成为一个 Web 应用程序并嵌入一个 Web 服务器来侦听端口 5000 或 9000。

然后,在应用程序启动时,使用 URL

When you create a cross-platform (or Linux only) WinForms application, use GTK#.

There aren't many more options.
wxWidgets has a .NET/mono binding as well.

Then, look for custom GTK# controls.

However, this probably requires a rewrite, so why not just write a web-interface ?
e.g. make it a web-application and embed a webserver to listen on port 5000 or 9000.

Then, on start of your application, open the default webbrowser with URL http://localhost:5000

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