Visual Basic

Visual Basic Source Code

Free Visual Basic Source Code. Download 10 latest Visual Basic system's projects with source code for free here.

Battle Tanks - An advanced animation and deeper understanding of VB 6.0 class

Submitted by donbermoy on
When I was still a student, this laboratory activity in Visual Basic 6.0 subject caught my attention. I love anime and making them is an amusement for me. I thank my instructor in this subject when he taught us about vb6.0 class in programming and then this advanced animation in our prefinals. I posted this kind of animation in vb.net but I was an instructor at that time. And here in this post, it

Mind and Puzzle E-Games for Kids

Submitted by suspect777 on
Programming Language: VB 6.0 Database: MSAcess2007 and Text File Features Splash Form Instruction on how to play in every games and mind category Mind Category - The player has given 3 lives. Easy Round Basic Questions Randomized Questions 4 choices 10 items Normal Round Grammar Questions Randomized 3 choices 15 items Hard Round 2 Stories Enable/Disable sounds 5 questions per story 4 choices 10

Enrollment and Grading System for SPRCNHS

Submitted by Hutzy on
(NOTE: We do simple codings as long as we can) >>The size of this system is over 50mb that is why we compile it and remove some files to make it lower size >>There is a notepad for the SOURCECODE for how to > add, edit, delete > search > keypress > adodb connection > print out refresh * Enrollment System (Feautures) > Add, edit, delete students > Search like (fb, google) > Picture (using webcam to

Advanced Animation with a Deeper Understanding of VB.NET Class

Submitted by donbermoy on
Classes are essential to VB.NET programs. They are the building blocks of our programs. A Class is a reference type—it is allocated on the managed heap. It can have Functions and Subs, and also data members—this includes fields. It is a container for data and code. The data within the class can be accessed with properties. The code is referred to as methods. The best thing about OOP is that it

Medicine Inventory and Patient Information System for Health Centers

Submitted by donbermoy on
Hi. This is a thesis made by the graduating students entitled " Medicine Inventory and Patient Information System for Health Centers". It was program through Visual Basic 6.0 and SQL Server 2000 as backend. Basic features: 1. Patient Registration 2. Check-up 3. Supplier 4. Stocks Inventory 5. Medicines 6. Patient's record 7. Schedule of Events 8. Order and Deliver Medicines 9. Calendar themes 10

Spell Number Function in Excel

Submitted by StephenB on
Simple vb code (module) that can be integrated in excel to convert numbers into word. This example is convert hour(in number) to word, this code is a excel function which is the SpellNumber() function. Here is the process to integrate it to excel: 1. Download the sample module here. 2. First open excel file. 3. Press ALT + F11; new module creator will appear. 4. Just import the downloaded module