Click here to Skip to main content
15,891,758 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am looking for samples to get started with VB But not too simple ones.
e.g. A Laboratory Management system.

thanks in advance
Posted

Google is your friend.

Also, you say to get started with, so presumably you are if not a complete beginner, still new at it?

If so, I recommend you do more intermediate stuff and learn the priciples rather than launch straight into a major project.

However...[^] try this.
 
Share this answer
 
I have recently learnt VB 6.0 in School and there are books, but when i used .NET, i came across codes: e.g.
with listBox
.additem "itemOne"
.additem "itemTwo"
end with

additem was Not recognised, the entire VB.Net IDE is complex when i see it, i have to look alot of things. Though am catching up faster.

I just want a complete Examples from DB connection to Report Generation for me to catch up faster with Technology.

How i came to use VB was as you say " launch straight into a major project." Yes i did with Ms Access and build something complete with No background to programming and built something still being used with 6 users on a network sharing an MDB database.

In School i have learnt VB 6.0 recently (Shalow though).

Thanks guys for your concern.
 
Share this answer
 
Comments
Christian Graus 27-Jul-10 6:06am    
VB6 is rubbish and totally unrelated to VB.NET. VB.NET is a new language for you to learn. Don't push answer to add comments.
[no name] 27-Jul-10 9:12am    
I really recommend that you buy a comprehensive book on VB.NET. I don't think you will be able to take full advantage of all the features by trying to implement a project on your own. Half the battle is understanding the big picture of OOP - then you can get more depth by searching for topics on the Internet.
Did you ever consider buying a book ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900