iamnoangel26,
You may use either VB6.0 or VB.NET. It's depends upon your knowhow.
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
The answer to all of your questions is C#. You will find more online resources available and the syntax resembles java if you have any experience with it. I would say VB.NET over VB6 just because if you're learning a new language you might as well be learning the newest as it will make you more marketable in the work force.
sknake
Industrious Poster
4,954 posts since Feb 2009
Reputation Points: 1,764
Solved Threads: 735
The only thing C and C# have in common is the letter "C" in the language name. C is close to C++, and C# is close to java.
sknake
Industrious Poster
4,954 posts since Feb 2009
Reputation Points: 1,764
Solved Threads: 735
And C++, C#, and Java languages uses Object-Oriented paradigm program design.
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
I am planning on making a biometrics attendance system. I have the hardware and planning on creating a software.
Basically you're readind serial data from COM-port and that is equally easy (or difficult) task with VB.NET, VB6 and C++ (or C#).
Most of your application will deal with other things. Like UI, data storage and data manipulation. You should consider, which is the most suitable language for that.
Another thing to consider is the resources you have. Do you have time (and money) to learn a new programming language?
And the last things to consider. How long life-cycle your application will have? Who will maintain the code during that time? Will your application be compatible, or easily ported, to future versions of Windows OS if needed?
Right now you could use any programming language mentioned above. Each of them is a good choice at the moment. I did some LIMS stuff with good old VB6 for my customer some six months ago. But in a long-term, the support for .NET languages (VB.NET or C#) will be guaranteed. This is my personal opinion :)
Teme64
Veteran Poster
1,031 posts since Aug 2008
Reputation Points: 218
Solved Threads: 203