04-09-2002 03:16 PM
04-10-2002 04:31 PM
04-12-2002 12:35 PM
05-01-2002 12:45 PM
Actually you can use the VISA class I posted in C#.
One of the nice things about the whole .NET platform is that all the languages share a common type system, common calling conventions, etc... So you can create instances of classes written in C# from within VB.
I will attach a generic instrument class that I wrote in C#. it provides an address property and write and query capability.
05-03-2002 08:19 AM
05-03-2002 01:30 PM
It is evidently not as easy as Microsoft says it is. Imagine that!
VB.NET does not natively support the usigned integer types very well, but with a little effort I was still able to use my C# class rather nicely.
Of course if you use the conversion wizard on the old visa.bas then overload the functions which used the old as any type it will be pretty simple.
05-06-2002 06:20 AM
05-06-2002 08:25 AM
05-07-2002 06:35 AM
05-30-2002 03:06 PM