Hello!
Is there someone who have any example-program written in VB 2005? Would be very thankful for any help i can get.
There is on the Velsoft CD a VB.NET demo program for the K8055 in the folder \Product Manuals and info\Velleman Kits\K8055&VM110 USB interface card.
It may help you to start programming with VB 2005 too.
There seems to be some differences between VB 2005 and VB.NET. Some comments I found from: tutorials-ne.com/vstudio/Difference-between/
I think I already posted this somewhere
Programming languages:
- Visual Basic 6.0 (abandoned)
- Visual Basic .NET = Visual Basic 7
- Visual Basic .NET 2003 = VB.NET for version 1.1 of the .NET Framework
- Visual Basic (.NET) 2005 = VB.NET for version 2.0 of the .NET Framework
Compilers/IDE’s:
- Visual Studio 2005 (= Visual Studio 8)
- Visual Studio 2003 (= Visual Studio 7.1)
- Visual Studio 2002 (= Visual Studio 7.0)
And, in case anyone thinks that Visual C is a special type of C, it is not. It’s just standard C compiled/used inside Visual Studio.