Visual Basic

Under Root (Square Root) Taker

Submitted by sba stuff on
This Program source code helps you to take square root of a given value. this will helps a lot . Just input the value you want to take square root and then click calculate button, this will gives you the value in below text box. Thank You. Stay Connected. http://www.facebiok.com/sba.stuff http://www.twitter.com/sbastuff http://www.sbastuff.blogspot.com

Table Generator

Submitted by sba stuff on
Input Value and Click On Generate Button To Generate All Multiples till 10. In Visual Basic 6. It is used to Display a table of any input value till ten. this will instead of opening calculator to get multiples.it will show multiples of a given value. Open Project in vb6 to run. thanks

Chat Application

Submitted by donbermoy on
This is a chat application program created by my co-professor using Visual Basic 6.0 and Winsock component. This features: Client-server network Chatname IP Address COM Port Sending Messages Download the source code and enjoy! :D Best Regards, Engr. Lyndon Bermoy IT Instructor/System Developer/Android Developer/Freelance Programmer If you have some queries, feel free to contact the number or e

Hotel Directory, Query, and Destination Information System

Submitted by donbermoy on
This is a system for Hotel Tavern Surigao as one of our clients. This is named Hotel Directory, Query, and Destination Information System that has been programmed through Visual Basic 6.0 and SQL Server 2000 as backend. This system is different from a hotel reservation system because this system is designed for queries, directories, and destination of guests. This system features: Guest

Loan Collection System

Submitted by suspect777 on
Instructions: 1. Extract Loan Collection System.zip file 2. Open the ocx folder 3. Run the Registrator.exe 4. Click the register button 5. Wait until all the result succeeded 6. Run the Project1.vbp username: admin password: admin enjoy :D Eraser Software Solution Joemel E. Resare, MIT +639077640336 [email protected] Website: http://icodefree.blogspot.com/

Church Events-Attendance Monitoring System (Barcode ready)

Submitted by suspect777 on
Instructions: 1. Extract UCCP.zip file 2. Open the ocx folder 3. Run the Registrator.exe 4. Click the register button 5. Wait until all the result succeeded 6. Run the Project1.vbp username: admin password: 1234 enjoy :D Eraser Software Solution Joemel E. Resare, MIT +639077640336 [email protected] Website: http://icodefree.blogspot.com/

Text Editor in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a basic text editor in Visual Basic. Design: The design for this program is; Button, button1, Save the document. Button, button2, Open a document. Textbox, textbox1, Contain the document text. Imports: The only thing we need to import is System.IO which allows us to access files from the computers FileSystem...