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.

Super Market Project

Submitted by neobut on

drop table category;
drop table item_master;
drop table next_num;
drop table customer_master;
drop table invoice_master;
drop table inv_details;
drop table supplier_master;
drop table purchase_master;
drop table purchase_details;
drop table indent_master;
drop table indent_details;
drop table mr_master;
drop table mr_details;

create user rs identified by rs;

grant all privilege to rs;

Create table item_master(
item_cd number(6),
item_nm varchar2(30),
qty number(6,2),
Rate number(6,2),

Downloaded Source Code Error, Error During Load, Error Loading data from Program Start up

Submitted by marshabaron on

Where must i place the downloaded Source codes? like in C:/? Im using Windows 7 and i know i must place the Folder of the downloaded Source Code to the place where you did make the program. Please Reply as soon as possible thank you and more power to this site.

Query

Submitted by Xes_ on

Hi.

Please check. The scenario is like this, I want to print data using from - to Date . Which means 2 dtpicker.  I'really don't know what went wrong, is it my query or how i execute the my report.this is my code.

 if rs.state = adstateopen then rs.close

   rs.open = "Select * from Schedule where Date >= #"& Dtpicker1.value &"# and Date <= _

Sample Face Recognition using webcam/cam, SDK

Submitted by ferdztech on

I had  noticed , that all forum topic here is obselete. So this thing came into my mind how about face recognition does anybody here try face recognition? that can enroll and verify. I've been searching the internet and  found most of them SDK trial. I heard about the OpenCV,computer vision, but im not familiar in C# or C++ i guess?, . If someone here already did a sample program about face recognition using vb6. It would  be a big help..plz share your knowledge. thank you and god bless.

Program to start running after windows booting

Submitted by ensoftworld on

I developed a security program in vb6.0 but i need to enhance it so that it be executed by itself immediately after windows booting.  Plz do anybody know the code i can insert in the program or what to do for it to running by itself after windows booting. Now what if i want to make the program to work effectively even in other windows operating system and without having vb6.0 installed in the system. What will i do.