像 Visual Studio 中的工具箱?

发布于 2024-11-01 07:48:55 字数 177 浏览 1 评论 0原文

我想添加一个看起来像 Visual Studio 中的工具箱(解决方案资源管理器、控件等)。我在哪里可以找到这样的东西?

我正在使用 .NET 4、C# 和 Windows 窗体

I'd like to add a toolbox that looks like the ones in Visual Studio (Solution Explorer, controls, etc.). Where can I find something like this?

I am using .NET 4, C#, and Windows Forms.

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

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

发布评论

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

评论(2

埖埖迣鎅 2024-11-08 07:48:57

有很多地方免费提供控件和组件销售。我假设您指的是托管 (.NET) 控件。

Component Factory 免费提供大量 Office 2007 和 Visual Studio 相关控件。

Actipro Software 提供昂贵但高端的 Visual Studio 相关控件,例如工具栏、停靠窗口和语法突出显示。Activepro 软件控件

There are a lot of places that offer controls and components for sale and for free. I am assuming you are referring to Managed (.NET) controls.

Component Factory offers a lot of Office 2007 and Visual Studio related controls for free.

Actipro Software offers expensive but high-end Visual Studio related controls such as toolbars, docking windows and syntax highlighting.Activepro Software controls

绮筵 2024-11-08 07:48:57

你并没有真正找到这样的东西——相反,你创造了它。解决方案资源管理器是一个 TreeView,工具箱是一个实现拖放的自定义控件,但它基本上只是一个类似于 这个,但更简单(不过,这是我能立即找到的最接近的例子)。只需画一些线条,跳过尚未展开的类别,绘制图像,就完成了!然后将两者放在一个自定义的TabControl中,也很容易制作或者找到预制的

You don't really find something like that - rather, you make it. The Solution Explorer is a TreeView, and the Toolbox is a custom control with drag and drop implemented, but it is basically just a control somewhat similar to this one, but even simpler (that was the closest example I could find right away, though). Just draw some lines, skip categories that haven't been expanded, draw images, done! Then the two are put in a custom TabControl, which is also easy to make or find pre-made.

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