Develop An Inventory System Using Program With Msaccess?
Jan 17, 2009I need to know how to develop an inventory system using vb.net with msaccess
View 1 RepliesI need to know how to develop an inventory system using vb.net with msaccess
View 1 RepliesI am trying to develop a simple inventory system. I now have all the database set up and would like to know if there is any code that I can refer to that alert users when the stock is low (e.g pop out window informing users that stock is low or change the number of stock in the database table into different colors).
View 16 Replieshow to build system inventory that multiuser..1 server and 1 more is client using lan connection..i dont no keyword to search in google..
View 3 Repliesi'm an IT student working on a project(point of sale) but i'm unable to display the price of the item, weight and name into a textbox from an access database and to insert multiple barcode items in order to get the subtotal.
View 3 RepliesIm still a bit newb to coding in Vb but Im trying to figure out how to make a simple inventory system for my video game. I need it to do a few simple things and Ive never made a inventory system before so im a bit lost on how to approach it.
Functions Needed:
Player has 40 pb that act as the visual inventory or display the item in that slot.
[URL]
I set up my armor menu to allow drag an drop of the item but again not sure how to even get the inventory system created to finish the armor menu to allow the object to be dragged into its box and remove its self from the player inventory.I think I need to make a array for 39 or 40 in my adventurestorage class. That part Im pretty certain of but how do I set that part up? I have over 200 images that need to act as a item that can be dropped into the inventory.
am developing an inventory management system. have two listview controls. one for ITEM and another for details pertaining date, quantity, cost, issued to and so on. i want a vb.net code that if a given item in listview A is clicked, listview B details are cleared and then the details of that item are loaded and displayed on listview B.there is no criteria of loading like between a range of dates; just all records in the database.
View 1 Repliesa company offered me to develop a project for our attendence system in which finger recognition system is used. now i have quitely no idea that what i do and what do i do with this finger recognition system project.
View 3 RepliesI have to make this program to keep track of product description, ID, price, and quantity. I am manually coding some and the user can input products as well. I want to display the product and it's ID in a listbox and put price and quantity in seperate labels. [code] My question is how do i keep the array index numbers sorted so when i click an item in the listbox it will show the price and quantity in the labels for them?
View 1 RepliesFor Example: I need to develop a Small Inventory program for nearby Super Market and the need is a QR Code should be Generated for the Model Number of a Product Eg: A for Iphone and then we scan the QR Code image by Scanner connected to the PC it should automatically fill the letter " A " in the input box so that i can use that for searching the product " Iphone "
View 2 Repliesim planning to make a "sales and inventory system" with added technology like (barcode/ swipe card <-- this 2 are common) ....
View 6 RepliesI want to compress an ms access database using vb.net. If the database is open this fails. How can I close the database, compress it, then reopen the database using vb.net code to accomplish this. I've already successfully written the code for compression, but I can't find anything on closing the database while leaving ms access open.
View 2 RepliesI'm trying to make a project about a basic login system using visual studio 2008.I have a project that has 2 windows forms applications embedded in project.Form1.vb contains this:Code for Create account button:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
'we verify if the accounts folder exists
If My.Computer.FileSystem.DirectoryExists("C:\Accounts") = True Then
[code]....
I have some errors of syntax that I don't know how to correct them.If it's neccessary I can also attach the project.It automatically creates on c drive a folder called accounts with 2 files where we have stored the username(Username.txt) and the Password(Password.txt).
I want to develop a system for booking cars for example. Suppose that one customer wants to book a car and this is the last one.Another customer searches with the same criteria and is finding this car too. How I am able to stay away of this situation?I don't know if I explained well... Imagine when you book tickets. How they can 'lock' the last ticket (or maybe the one that someone is viewing it) and make it unavailable to customers that have browse the site after?I use C# and it's about a very simple web service.
View 3 RepliesI have been assigned to develop ground control system software. The thing is, i have never use visual basic before. Can anyone help me or guide me on how to develop the ground control system software?? is there any tutorials or basic training module which is almost same like ground control system??
View 6 Replies[font=Arial] i whoud like to develop vehical reservation system project what can i do for that?
View 1 RepliesI have a problem with saving images in Access. OK the problem is: I saving for first a picture without problems, but then I want to change it for instance "I don't like this image and I want to change another one". Access doesn't want to save second image... and I don't understand way! Code is OK I think because it saved one image. I can change the previous image only if I closing the program and I start it again.[code]...
View 8 Replies[Code]...
I need help to insert folderbrowserdialog in the code above, instead of location, "SYS"
Excuse me for English language
Want to develop POS program in visual basic?
View 2 RepliesProject to develop tidal height prediction system for mobile accplications. how to start! The first objective is to develop a calendar converter. i have tried to do the interface.
View 2 Repliesi am trying to develop a program that will get all the processes in the task manager and from there, i'll get a specific application so that i will restart it. the problem is this:
I can call that specific application yet before restarting it i shall manipulate it's pause button before i can actually kill it,.HOw do i "click" the pause button on the called application? Can you help me with the code that i need to use?
I'm having problems with a stock program that I'm developing. It's a program that adds a quantity of products to a field called stock quantity in a table named Stocks. In the part of adding a quantity inserted by the user it's ok, it works, but it adds to all fields in the table.I need that the user may choose also the product Id of the product to add, in order to prevent the situation above.
[code]...
I have no problems with the Syntax Errors.So far the only problems I'm having are with the Runtime Errors and Logistic Errors.
View 4 RepliesI'm starting to work through Murach's ASP.Net 4 Web programming with vb2010.
Do I leave the 2010 studio default collection of settings from Visual Basic Development to Web Development or Web Development(Code Only) in order to follow the examples and learn to develop web pages? And are there other things I should do to set up the enviornment for persuing this.
As I need a program to develop an ebook, I wrote one. But perhaps I am re-inventing the wheel. Does such a program already exist in visual basic, that is to say is it available in the forums? If not I am willing to upload it.
View 16 RepliesI'm trying to develop a simple program which will show a form with a listbox and a button. The buttom will allow a listbox entry to be selected and close the form. The entry will them be sent to the previous open application.
For example, I could select my postcode from the listbox and have it sent to the currently selected field in my internet browser. Or the current date to my text editor.[code]...
I want to develop Modbus RTU Master program ..
I am expert in Modbus communication and I have designed the Modbus pre-programmed remote controls ,, Now I want to interface some Modbus RTU slave devices to my own developed application ...
I am much familiar with the Modbus RTU syntax and I've tried following to initiate the the master query but I am getting initial 3 bytes ok ,, rest of the bytes are changing the values on COM port so slave is not responding to my command ..
CODE:
I dont know how 2 develop PDA system... using vb.net
View 3 RepliesI want to develop Modbus RTU Master program ..I am expert in Modbus communication and I have designed the Modbus pre-programmed remote controls ,, Now I want to interface some Modbus RTU slave devices to my own developed application ... and looking for kind guidance ..I am much familiar with the Modbus RTU syntax and I've tried following to initiate the the master query but I am getting initial 3 bytes ok ,, rest of them are changing the values on COM port so slave is not responding to my command ..
******************************
Private Sub Button10_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button10.Click
Dim BYTE1 As Byte = 1
Dim BYTE2 As Byte = 6
[code].....
I'm trying to develop a program structure in very broad terms. At this point, the Forms used do nothing but call other Forms and allow for their closure. After startup and initialization activities, I want the user to set up options and run the program. The program can be run again (click one button) and again with the same options, or (click another), the options can be changed for the next and subsequent runs. Clicking a third button will cause shutdown activities to be performed.
Sounds pretty simple. However, I get the options form the first time, but subsequent ShowDialog calls cause the form to pop up (I detected a Load and an Activated call) for an instant, then disappear, and the program rolls on without permitting option selection, even though the key variable NewSetup is definitely True.
Code:
Public Class RunMain
<STAThread()> _
Shared Sub Main()
[code]....
am looking to develop a simple program which inputs a students details and prints to the output,
View 3 Replies