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.

How to relate two tables in MS Access

I'm currently creating Inventory System using VB6 with MS ACCESS for database using the Adodc and Datagrid commands. This project is for school requirement. I have two database tables which are the STOCKS and ROOMS. I can easily Add/Edit/Delete Items in Stocks and Rooms but my problem is the relationship between the STOCKS and the ROOMS. What I really want to happen is when I add Items on Rooms, that Item will be deleted on stocks. Please help me :(

help with ado

hi everyone so, i have created a kind of transaction program(whether withdraw or deposit) and i have used ado to link the database with the program. the thing is that, on one form, when the user makes a transaction and click the print button, the program should save the newrecord and go to the other one. another problem is that in the transactionID field the data type is autonumber and thus should automatically increment.

Filling holes algorthim for VB6

I'm trying to find a way to implement fill holes algorithm for binary image in VB 6.0. I found these sites so far http://answers.opencv.org/question/9863/fill-holes-of-a-binary-image/ http://www.mathworks.com/help/images/ref/imfill.html I'm totally confused by the algorithm to find holes. Can someone please refer me to a better site or simple code so can assist me to implement the algorithm in Visual Basic 6.0 The input and output is similar to this Fill Holes

How to get the SUM of ROW VALUES in DATAGRID in vb6

Please help me guys! I want to get the Total values of manually encoded data in DataGrid please see example below: ------------------------------------------------- ITEM DAY1 DAY2 DAY3 Metal1 100 100 100 Metal2 200 150 200 .............300 250 300 ------------------------------------------------- Any replies will be gladly appreciated. Thank you very much guys! Cheers:)