anne
codes for monitoring cargo employee .. would you please help me ?!. thanks
- Read more about anne
- Log in or register to post comments
- 6 views
Visual Basic (VB) is the third-generation event-driven programming language and associated development environment (IDE) from Microsoft for its COM programming model.
codes for monitoring cargo employee .. would you please help me ?!. thanks
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),
is it possible to have a password in a specific email account?need some help for us thesis....
contact me now at my emails, [email protected],[email protected]
or just drop your message n my number ,09161514777
thanks..
i need an example of sales inventory system and issuing reciept pls give me some thnks
helo... can u guys help me? bcoz im not good in vb6.0 and my problem is to do computerized paroll system and computerized billing systen of 1 school here... can u guy help me doing it? im realy despir8, coz dats da only thing i need to graduate... those who have a good heart can u plz help me? thnx... God bless..
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.
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 <= _
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.
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.