请问下这个代码那里有问题(关于“image”的图片加载)
程序代码:Private Sub Form_Load()
Image1.Stretch = True
Image2.Stretch = True
Image3.Stretch = True
Image4.Stretch = True
Image5.Stretch = True
Image6.Stretch = True
Image7.Stretch = True
Image8.Stretch = True
Image9.Stretch = True
Image1.Picture = LoadPicture("E:\haha\images3X3\ni_png_2_0008_02.jpg")
Image2.Picture = LoadPicture("E:\haha\images3X3\ni_png_2_0008_03.jpg")
Image3.Picture = LoadPicture("E:\haha\images3X3\ni_png_2_0008_04.jpg")
Image4.Picture = LoadPicture("E:\haha\images3X3\ni_png_2_0008_05.jpg")
Image5.Picture = LoadPicture("E:\haha\images3X3\ni_png_2_0008_06.jpg")
Image6.Picture = LoadPicture("E:\haha\images3X3\ni_png_2_0008_07.jpg")
Image7.Picture = LoadPicture("E:\haha\images3X3\ni_png_2_0008_08.jpg")
Image8.Picture = LoadPicture("E:\haha\images3X3\ni_png_2_0008_09.jpg")
End Sub
开始时我只加载了一张图片,可以但现在就一直出现“实时错误 ‘481' ”








