自定义窗体设计器使用Visual C#.NET窗体、自定义、NET、Visual

2023-09-03 05:21:16 作者:顾北凉城

我想找到类似于Visual Studio的Windows窗体设计的东西。是否有良好的执行呢?我发现: http://support.microsoft.com/?id=813808 它的基本功能,但是,但是这是它。例如,您无法通过剪贴板复制对象,没有上下文菜单支持等。

I want to find something similar to the Visual Studio Windows Forms designer. Is there any good implementation of it? I found the following: http://support.microsoft.com/?id=813808 It has basic functionality but, but this is it. For example, you can't copy objects through clipboard, no context menu support etc.

链接到任何其他的实现都非常AP preciated。

Links to any other implementation are very appreciated.

推荐答案

行,所以如果你想要一个自由和/或开放源码的解决方案,那么SharpDevelop的做这一切。 然而,有许多注意事项 1)没有文档这一点。 2)这是很不容易。 3)你要进入一个非常复杂的Windows窗体设计架构的中间。

OK so if you want a free and/or open source solution then SharpDevelop does it all. There are however many caveats 1) There is no documentation for this. 2) This is far from trivial. 3) You have to get into the middle of a very complex windows form designer architecture.

我一直对这个超过2天了,并有很多东西需要学习,只是弄清楚如何使用此设计以及它是如何工作的。我花了抽丝剥茧,并试图通过code到figue我的方式超过两天,我还没有100%certaint帽子,我可以做我想做的。 如果你打算这样做,那么读

I have been working on this for more than 2 days now and there is a lot to learn to just figure out how to use this designer and how it is working. It took me more than two days of unraveling and trying to figue my way through the code and I am still not 100% certaint hat I can do what I want. If you are going to do this then read

http://msdn.microsoft.com/en-gb/magazine/ cc163871.aspx

http://www.divil.co.uk/net/文章/设计师/ hosting.asp

这会给你,你需要工作,通过概念。

This will give you the concepts that you need to work through.

除非你真的想了解这一切,并享受技术难题那么我的建议是利用现有商业的设计师之一。

Unless you really want to understand all of this and enjoy the technical challenge then my suggestion would be use one of the commercial designers available.

两个最好的,我发现是

http://runtime-form-designer.qarchive.org/

http://www.greatis.com/dotnet/formdes/

希望这有助于 布雷特