Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/293.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 将帮助图标添加到WinForms表单标题栏_C#_Winforms_Icons - Fatal编程技术网

C# 将帮助图标添加到WinForms表单标题栏

C# 将帮助图标添加到WinForms表单标题栏,c#,winforms,icons,C#,Winforms,Icons,某些Windows本机应用程序在标题栏上有问号图标。它通常位于右边缘,靠近关闭按钮。如何在C#WinForms应用程序中实现这一点?我想要一个在Windows XP以后运行的解决方案。将表单属性设置为True。您还需要将MaximizeButton和MinimizeButton属性设置为False

某些Windows本机应用程序在标题栏上有问号图标。它通常位于右边缘,靠近关闭按钮。如何在C#WinForms应用程序中实现这一点?我想要一个在Windows XP以后运行的解决方案。

将表单属性设置为True。您还需要将MaximizeButton和MinimizeButton属性设置为False