Search found 1 match

by edcv
Thu Sep 04, 2008 11:42 pm
Forum: VB and VBA (Excel, Access)
Topic: Multiple TC-08 with VB
Replies: 2
Views: 6265

Hello, if you see the code sample: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Private Sub Open_Click() Dim ok As Integer Dim usbtc08Info As String * 80 If (tc08_handle < 1) Then txtComments.Text = "Opening TC-08" txtComments.Refresh tc08_handle = usb_tc08_open_unit() If (t...