Mono 的 .Net 组件
任何人都可以建议任何与 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您创建跨平台(或仅限 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