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.

deleting records

Submitted by Claire18 on
pls help me on how to delete records in visual basic 6.0. this the code that i am using but it did not allow me to delete the records... pls help..... fyi table that i used is "borrowers table". i also have my module and database... there is no error but it wont allow me to delete the records... Dim ANS As Integer

Computerized student council voting system

Submitted by grace_cruz65 on
in our System Software Development subject.. I choose to develop a computerized voting system in our school.. I almost already finished my system.. but my professor told me to make my system a lan-based to make the voting real time.. my database connection is access.. can some help to finished my system... please... I have only 3 days to finish my system..

flexgrid search using text_change event

Submitted by jaycruz on
i just want to ask how to clear the data from flexgrid. im using textbox to search data from flexgrid and its almost perfect but when the data i type on textbox is not in the flexgrid the flexgrid still have all the data from the database.i want to clear the data from flexgrid once the data that i type on textbox is not in the flexgrid...can someone pls help me tnx.. here is my code::

How toVB6 to display numbers just like in Raffle

Submitted by Adisco on
Hellow everyone i'm kind of new here i have this list of numbers stored in an Access database and i will like to use VB6 to connect to this database and when strike a command button the form the action should display the numbers on the form just as in raffle and when another command button is clicked the action stops. I will really appreciate it alot if anyone can help me out here.

Printing in a small paper-ASAP

Submitted by karthick6891 on
Hi I am facing problems printing in a small paper of size 2.9 inches * 8 Inches I am always getting a report error saying that report width is larger I tried to print the contents from my list directly but it's not coming good Output Coca Cola 25 Pepsi 25 Rice 19 Code: ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''