将项目添加到 Windows 控制框
无论如何,是否可以使用 C# 中的自定义图标向控制框(关闭、最小化和最大化按钮所在的位置)添加一个项目?
谢谢。
Is there anyway to add an item to the control box (wheres the close, minimize and maximize buttons are) with my custom icon in C#?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来使用 Win32 API 自己绘制按钮是唯一的方法。
http://www.dotnet247.com/247reference/msgs/41/207281。 aspx
http://groups.google.com/group/microsoft.public.dotnet.framework.drawing/browse_thread/thread/7b8e66d3803d8c7?hl =en&lr&ie=UTF-8&oe=UTF-8&rnum=3&pli=1
http://www.developmentnow.com/g/36_2003_11_0_0_202324/Adding-buttons-to-the-forms-title-bar.htm< /a>
Looks like drawing the button yourself with the Win32 API is the only way.
http://www.dotnet247.com/247reference/msgs/41/207281.aspx
http://groups.google.com/group/microsoft.public.dotnet.framework.drawing/browse_thread/thread/7b8e66d3803d8c7?hl=en&lr&ie=UTF-8&oe=UTF-8&rnum=3&pli=1
http://www.developmentnow.com/g/36_2003_11_0_0_202324/Adding-buttons-to-the-forms-title-bar.htm