【发布时间】:2013-02-12 18:21:14
【问题描述】:
我正在 vb.net 中编写一个程序来收听广播。
如何制作这样我就可以加载互联网图像而无需将其永久下载到硬盘驱动器。因为如果我这样做
PictureBox1.BackgroundImage = "http://www.bbc.co.uk/radio1/chart/assets/a/aviciivsnickyromero/single/icouldbetheonenicktim/artwork/26948.jpg"
但它会显示错误 2 'String' 类型的值不能转换为 'System.Drawing.Image'。
【问题讨论】: