http://download.csdn.net/detail/sharersoftwear/886307

解决方案 »

  1.   

    以下是我的代码,最后一句的错误提示是采用无效参数,能不能帮看一下?      
    Dim pictureByte() As Byte = DataSet12.Tables(0).Rows(i).Item(0)
            Dim S As IO.MemoryStream = New System.IO.MemoryStream (pictureByte, True)
           
    PictureBox1.Image = Bitmap.FromStream(S, True)
      

  2.   


    这是我做的access表,是不是这个表有问题?