Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.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
Winforms 在Windows窗体应用程序中使用Visual Studio图像库PNG_Winforms_Visual Studio 2008_Image_Png - Fatal编程技术网

Winforms 在Windows窗体应用程序中使用Visual Studio图像库PNG

Winforms 在Windows窗体应用程序中使用Visual Studio图像库PNG,winforms,visual-studio-2008,image,png,Winforms,Visual Studio 2008,Image,Png,我的问题是关于VS2008附带的。在_commonelements\Annotations文件夹中,有多种尺寸的PNG,我想知道它们的预期用途是什么。是否有实现这些图像的标准方法,例如在Windows窗体状态栏中 以下是三个PNG的示例: 建议的用法基本上是将所需大小的图像复制/粘贴到新的图像文件中。然后,只要在控件中将其作为图标或图像使用即可。所有PNG都有一个透明的背景,所以应该很容易复制/粘贴

我的问题是关于VS2008附带的。在_commonelements\Annotations文件夹中,有多种尺寸的PNG,我想知道它们的预期用途是什么。是否有实现这些图像的标准方法,例如在Windows窗体状态栏中

以下是三个PNG的示例:


建议的用法基本上是将所需大小的图像复制/粘贴到新的图像文件中。然后,只要在控件中将其作为图标或图像使用即可。所有PNG都有一个透明的背景,所以应该很容易复制/粘贴