Friday, August 6, 2010

I am doing a project in Visual Basic 6, the project is Stock Control System, I need help, samples ,ideas?

any sample code





pleaseI am doing a project in Visual Basic 6, the project is Stock Control System, I need help, samples ,ideas?
If it's similiar to this:


http://www.businesslink.gov.uk/bdotg/act鈥?/a>





Create a program to keep everything indexed and organized, store the data in simple text files in organized folders with the given name of a category and product. Do RFID scanner programming if you need read the barcodes in and keep organized that way. Store the item indexes.





In another Answer I Posted to someone else's question the following and the same example could be added here:


If you are wanting to have a list of all books, magazines, along other references stored in a list on your computer you can create a program to keep everything indexed like a library, if need be for business program a bar code scanner that reads the book barcodes. If you want it all digitally stored on a computer then you'd scan each book's pages into picture files and/or use special charactor recognition software and index the pages that makeup each book organizing them into folders with each books name and index the books. Optionally, you could convert these digitally stored books into .PDF or .HTML files. If needs to be accessible remotely or via the web converting to .HTML and developing a webserver or uploading to a webhost to host for you could be accomplished, users could then view books online via any web browser.I am doing a project in Visual Basic 6, the project is Stock Control System, I need help, samples ,ideas?
VB6 source codes can be found easily on the net. when you're having problems with da syntax or a certain code, thats when you can specify your question....





good luck
first thing don't do it VB 6.0. VB 6.0 is outdated and microsoft is stopping support for it. Think of doing it in .Net.


Instead of asking for sample code, do the following steps:


1) think of business functions and break down the stock control system into business functions for e.g. stocking, replishnement, retrival etc


2)then divide each business functions into process


3) design a program for each of these functions


4)in parallel think of the n-tier architecture as well. divide your application into presentation layer, business objects/processes, data access and the database layers
You can get some help from


http://expert.myitcareer.org/

No comments:

Post a Comment