个性化的窗口窗体和控件?
我想制作自己的窗口样式、边框、关闭、最小化、最大化等控件。
我正在寻找诸如“自定义窗口窗体”、“个性化窗口窗体”、“自定义控件”之类的术语,但它并没有多大帮助找到我正在寻找的东西。
我想知道如果我想制作自己的 Windows 窗体设计和控件,我应该寻找什么?
有没有库可以让这变得更容易?
PS:我很抱歉,如果这个问题看起来太国外了,我仍然不知道如何简化它。
I wanted to make my own windows style, borders, controls for close, minimize, maximize, etc.
I was looking around with terms like "custom windows form", "personalized windows form", "custom controls" but it did not helped very much to find what I am looking for.
I would like to know what should I be looking for if I want to maky my own windows form design and controls ?
Are there libraries to make this easier ?
PS: I am sorry if this question looks too abroad I am still not sure how to simplificate it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想修改表单和控件的外观,请尝试 DotNetSkin。您可以通过修改现有的 Windows 主题或您自己的控件来制作它。
If you want to modify the look of your form and controls try DotNetSkin. You can make from existing windows themes or your own controls by modifying it.
最近发现 http://www.devcomponents.com/dotnetbar/ 看起来相当不错且易于处理因为我没有得到其他关于完成此任务的方法的回复,并且这个库是我从我得到的建议中最喜欢的库,我用它回答并检查作为答案,如果将来有人发布另一个更好的选项比我现在拥有的更容易,我会考虑它。
Recently found http://www.devcomponents.com/dotnetbar/ which seems pretty nice and easy to deal with and since i got no other replies of ways to acomplish this and this library was the on I liked the most from the recommendations I got im answering with it and checking as the answer, if in the future some one post another option that is better and easier then what I currently have I will consider it.