Search found 5 matches

by homer
Wed Mar 06, 2019 12:30 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: works in VB6 but NOT in VB.NET....datatype problem?
Replies: 4
Views: 11879

Re: works in VB6 but NOT in VB.NET....datatype problem?

Hi Martyn, thanks for your kind offer to examine my code. Just before sending it off to you I thought I had better double check that I was sending you the correct code. In doing so I spotted the cause of my problem. It was in the definition of the DLL call...…………….. A) Declare Function usb_tc08_set_...
by homer
Mon Mar 04, 2019 4:06 pm
Forum: Getting Started
Topic: TC08 VB.NET problem possibly with datatypes
Replies: 1
Views: 2219

Re: TC08 VB.NET problem possibly with datatypes

Have based my coder on the GitHub sample.
by homer
Mon Mar 04, 2019 2:15 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: works in VB6 but NOT in VB.NET....datatype problem?
Replies: 4
Views: 11879

Re: works in VB6 but NOT in VB.NET....datatype problem?

Yes, this is where the basic structure of (my) code came from...……….. From GITHUB sample code...……. 17 Dim status As Short 18 Dim usbtc08Handle As Short 19 Dim info As String 20 Dim minimumIntervalMS As Integer 21 Dim tempBuffer(8) As Single 22 Dim count As Integer 23 Dim overflowFlag As Short 24 Di...
by homer
Sun Mar 03, 2019 6:29 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: works in VB6 but NOT in VB.NET....datatype problem?
Replies: 4
Views: 11879

works in VB6 but NOT in VB.NET....datatype problem?

I am writing code for TC08 in VB.NET I have written a very simple program in VB6 that works 100% However, if I try to use exactly the same code in VB.NET (adjusted obviously for differences in syntax and language constraints) when trying to retrieve all 8 channels I get the same Cold Junction temper...
by homer
Wed Feb 27, 2019 10:02 am
Forum: Getting Started
Topic: TC08 VB.NET problem possibly with datatypes
Replies: 1
Views: 2219

TC08 VB.NET problem possibly with datatypes

I am writing code for TC08 in VB.NET I have written a very simple program in VB6 that works 100% However, if I try to use exactly the same code in VB.NET (adjusted obviously for differences in syntax and language constraints) when trying to retrieve all 8 channels I gate the same Cold Junction tempe...