西西人体大胆WWW444,午夜无码片在线观看影院,丰满的少妇愉情hd高清果冻传媒,野花韩国高清免费视频6

cetee
級(jí)別: 略有小成
精華主題: 0
發(fā)帖數(shù)量: 74 個(gè)
工控威望: 219 點(diǎn)
下載積分: 10279 分
在線(xiàn)時(shí)間: 587(小時(shí))
注冊(cè)時(shí)間: 2010-08-05
最后登錄: 2025-05-24
查看cetee的 主題 / 回貼
樓主  發(fā)表于: 2018-08-20 09:32
初學(xué)vb.net編程,請(qǐng)各位幫幫忙 vb.net報(bào)錯(cuò)

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Dim iRet As Integer
        Dim szDeviceName As String = "d0"         'List data for 'DeviceName'
        Dim iNumberOfDeviceName As Integer = 2  'Data for 'DeviceSize'
        Dim sharrBufferForDeviceValue() As Integer
        DotUtlType1.ActLogicalStationNumber = CInt(1)
        'The Open method is executed.
        iRet = DotUtlType1.Open()

        iRet = DotUtlType1.ReadDeviceBlock(szDeviceName,
                                                           iNumberOfDeviceName,
                                                                           sharrBufferForDeviceValue(0))


    End Sub
End Class