Search for Sinhala video computer lessons, videos, Flash Demos, audio tutorials, softwares, fonts and other useful educational materials using our search utility:
Visual Basic 6.0 Programming Sinhala Video Tutorials. Learn Windows GUI Programming.
Visual Basic 6.0 is an event driven programming language that is used to create COM (Common Object Model) based applications for Windows. It was developed by Microsoft. Visual Basic was very popular among beginners because it is relatively easy learn and understand. Integrated development environment (IDE), Visual Studio is a handy tool to use to create applications using VB. Database application that are created using Visual Basic language uses Data Access Objects (DAO), Remote Data Objects (RDO) or ActiveX Data Objects (ADO) connections to interact with the database objects. Using Visual Basic you can mainly create graphical user interface (GUI) applications for Windows. The Final version of Visual Basic was 6.0, release in 1998.
- Start Visual Basic 6
- Select the project
- Visual Basic Interface
- Visual Basic event handlers
- Add labels
- Add system time
- Stop running applications
- Add textboxes
- Button properties
- Close and unload forms
- Control properties by user - PART 1
- Control properties by user - PART 2
- Create a command button
- Create a helloworld application
- Create User Interface
- Command button properties
- Label properties
- Making a Loan calculator - PART 1
- Making a Loan calculator - PART 2
- Making a Loan calculator - PART 3
- Making a Loan calculator - PART 4
- Making a Loan calculator - PART 5
- Making a Loan calculator - PART 6
- Making a Loan calculator - PART 7
- Making a Loan calculator - PART 8
- Making a model Form
- Measurement unit in Visual Basic
- Open multiple Forms - PART 1
- Open multiple Forms - PART 2
- Using align tools
- Using label control
- Change the caption of the command button