Visual Basic 6.0

Description

Visual Basic (VB) is the third-generation event-driven programming language and associated development environment (IDE) from Microsoft for its COM programming model.

Please help.

Submitted by canadian1 on
I am currently working for a charitable organization that has asked me to make a client (I was asked because I have the most computer knowledge out of our team, but little knowledge of programming) that resembles an address book.

remove button + datagrid

Submitted by keyjey_06 on
Hi. i have a remove cmd button, a datagrid and a textbox. Private Sub cmdRemove_Click() Dim reply reply = MsgBox("Remove item from list?", vbYesNo + vbQuestion, "Confirm remove") If reply = vbYes Then frmSales.Adodc1.Refresh Adodc1.RecordSource = "Select * from Items" frmSales.Adodc1.Recordset.Find ("Code= '" & Me.Adodc2.Recordset.Fields("Code") & "'")

Thesis Title Proposals

Submitted by joeland on
We can help you with your THESIS Proposal! PHP projects • Online Sales and Inventory system • Online Document Tracking System • Online Hotel Reservation System VB projects • SMS with Broadcasting Message and Automated Student Information System - Inquiring of Grade, Balance Account, School Activities via text message

How to search limited record from Database?

Submitted by mashboson on
Anyone who could help me with this. For example: Assuming that you have 55 total book records stored in your database. You are asked to search book record with Title name MICROSOFT. What if you have 20 total records in your database but you are only required to display 12 records using Navigation Buttons? Thank you and Godbless... Please i need a helping hand..:)