Programming

Simple Automatic Search Box Tutorial Using Binding Source - Visual Basic 2010 embedded Database MS access

Submitted by ClydeTiu on
In this tutorial you will learn on how to create a simple "Automatic" search box . Using Binding Source. Step 1 Open Visual Basic 2010 and create a blank form. Step 2 Connect the database that you created. Step 3 Drag the table in to the form. Here is the code for the TextBox. Me.Data202BindingSource.Filter = "fDescript LIKE '" & TextBox5.Text & "%'" Hope you learn basic coding guys .... if you

Login Form Using Visual Basic 2010 with Embbeded database Microsoft Access Tutorial

Submitted by ClydeTiu on
In this source code you will learn on how to create a login form and connect VB.net to Microsoft Access. Creating Database - First you create a database in microsoft access - copy what is on the image shown above. Step 1 Open Microsoft Visual Studio 2010 and create a new windows form application for vb. Step 2 Create your User Interface. Step 3 Connect VB to MS ACCESS Step 4 Code for Log in Button

Madrid National High School Payslip System Using Visual Basic 2010

Submitted by ClydeTiu on
Features - Register Payee - Create Pay-slip - User Friendly - Print Payslip - Export data`s to Excel - Print Employee Information - Import Data to Excel - Can Switch Admin or User mode - With Unique Restrictions Hope you learn basic coding guys. If you have questions contact me: Support Developer by donation

How to Create a Dropdown Menu Free from Errors.

Submitted by ClydeTiu on
If you encounter this problem using BindingSource and using Dim "" As New Arraylist Try this simple Tutorial first row of the database is not being updated. In this tutorial you will learn on how to create a dropdown menu free from errors. Step 1 First Drag Combobox in the Form. How to add items? Step 2 Right click Dropdownbox, then select properties. Step 3 Click the three dots shown in the image

PHP - Awesome Dynamic Employees or Students Register

Submitted by Patrick Mvuma on
Greetings from Malawi the warm heart of Africa. After doing a research of web systems to see how developers implement a register to their systems whether for a school project or company system to track students or employees availability. I noticed one thing in common most systems they display employees or students and clicking one at a time to record attendance which is so tiresome imagine if you

Hospital Management System: Antenatal And Drug Prescription Website

Submitted by jerryICT on
This is an awesome and responsive Hospital Management System: antenatal and drug prescription website, you can use the source code and open source it as well. It contains the database. username: admin password: admin Make sure you download a local server

How to Create a Factorial Calculator in Visual Basic 2010

Submitted by ClydeTiu on
This code serves as a guide for factorial calculator. Feature - it automatically calculates the input number on the box. This is a sample code per txt_box. Label3.Text = "9" Dim a As Decimal, b As Decimal a = Label3.Text b = (9 * 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1) Label4.Text = b Hope you learn basic coding guys .... if you have questions contact me: Support Developer by donation

How to Solve Currency (Peso Sign) Problem in VB.net

Submitted by ClydeTiu on
In this tutorial you will learn on how to change the currency which is the common problem of a programmer. If you are encountering currency problem. Try this tutorial. Step 1 Open Control Panel Step 2 Select "Chage display language Step 3 Go to formats Step 4 Select additional settings Step 5 Step 6 View Drop down menu Step 7 Go to Microsoft Word Step 8 Copy paste the peso sign in Currency symbol