如何在VB.net中使用数据库创建动态图像数组?

时间:2015-05-18 12:15:28

标签: vb.net

Dim img() As array

Dim imgCount = 2

For each row As DataRow In pathDB.Rows

   img(imgCount) = dateDt.Rows.Item(count).Item("img_path")

   imgCount +=1

Next

0 个答案:

没有答案