ImgInfo 是ActiveX控件,可读取BMP,GIF,JPG 和 PNG 文件格式,显示相关信息。 ImgInfo is an ActiveX control designed to extract some information from an image file without loading image data.It reads BMP, GIF, JPG and PNG file formats.
显示PNG控件 显示PNG控件 显示PNG控件 控件的用法:可以用自定义来加载图片,但是图片会到程序里,会使程序变大。 从图片文件中加载pngaicAlphaImage1.LoadImage_FromFile "C:\1.png" 如 Private Sub Command1_Click() aicAlphaImage1.LoadImage_FromFile "C:\1.png" End Sub