Asset Management System - Barcode Reader?
Jan 11, 2012
I'm looking at creating an asset management system for all our electrical equipment, the equipment already have security labels with barcodes on them. What I am wanting is to be able to do is create a form where i can state some general information about the piece of equipment and then scan a barcode to register the equipments security number. so that if an employee needs to use that piece of equipment off site then I can just scan the barcode and register that the employee has taken the equipment.
My understanding is that the barcode reader is generally plug and play and acts as an input device? So what I would need to do is find a way to identify which input device is used, and if it is the reader find a way to assign a labels text to the value that has been read, rather that insert it into a textbox? I also want to display the actual barcode itself above the label, so I assume I would need to re-generate the barcode as an image and then display the image?
View 2 Replies
ADVERTISEMENT
Apr 4, 2012
I am coding an asset management system for telecom as my major project.It features submitting asset information,retrieving an asset information by entering the id of the user responsible for it,checking the number of live,stock and scrap assets and downloading it in an excel file and updating any asset information if needed.It has an admin login to it and even a change password form.
View 2 Replies
Feb 4, 2011
I need codes on how i could create a Library System using Barcode Reader. I have no idea at all on how I could create s system using barcode Reader
View 12 Replies
Apr 4, 2011
im looking to develop application for my small office similar to but all i want is only to get IT assets[workstation,servers,printers,OS] and software's install in my office
View 5 Replies
May 12, 2012
I have coded an asset management application which can submit asset information,retrieve and update it.The application can also send emails with excel file as attachment to employee's id by reading the name of the employee from the source excel file.I am using gmail as smtp host. Now I need to prepare a report on it which requires me to mention the requirement specifications which include
[Code]...
View 1 Replies
May 8, 2012
I am new to XNA and this is a philosophical question. In most examples I have seen, game assets are defined as private class variables, loaded in the LoadContent method, and then drawn with the Draw method. If I have a large game with a lot of screens, there could be quite a bit of declarations at the top of this class.
With that said, here are my questions
Should I use the content pipeline over Texture2D.FromFile().
What are the advantages other than faster loading.Should I call Content.Load(Of T)([some asset name]) outside the LoadContent() sub.
How are you handling loading assets for different screens? Are you declaring all assets at the top?
View 1 Replies
Feb 25, 2008
I am planning to buy a USB barcode reader. I don't want to use it as a keyboard wedge scanner.But before I do I wonder if it's possible to see whether the input comes from a barcode reader.I need a Windows Service that detects whether a barcode is scanned and depending on the text on the barcode starts another program.Is this possible and has anyone experience with this?
View 4 Replies
Nov 27, 2009
I am a student and I am about to make a program that will use a barcode scanner well ofcourse to scan a barcode. My problem is i don't know what library to use and what certain things i need to do so that when i am going to scan a barcode it'll be something like show it on a textbox and pull something from the database. i've actually research some. i've seen mscomm1 (not so sure about that) and POS for .net (haven't fully understood its use) were those will help me develop my program?
i have a metrologic ms9520 Voyager barcode scanner. and i am going to create a program for it in vb2005.
View 6 Replies
Feb 5, 2009
Im creating an EPOS system and nearing the end of the application.I need to connect my newly acquired barcode reader to the form in vb.net so that whenever I scan an item in the items ID number appears in the necessary textbox.After some research I have bought the relevant barcode reader making sure it supports the relevant barcodes including retail.I have plugged it into the computer through the usb port, it has installed automatically all of the relevant drivers, and below is the code Im using in vb.The below code is include for where the form loads up:Me.KeyPreview = True
View 4 Replies
Aug 10, 2011
I am wondering how to implement a barcode reader on vb.net 2008. I haven't started creating a program yet. I have only these simple questions
How to declare Barcode Reader on vb .net?
If I want to scan a product on the barcode reader how to catch the data that is being scanned?
View 1 Replies
Dec 5, 2009
I tried to configure my barcode reader to act as a keyboard wedge but it didn't work. (I'm using Metrologic Voyager MS9520) I figured out that the scanner still uses the serial port RS232. So i tried to use the MS Communication Control in VB 2005.
[Code]...
View 7 Replies
Jun 17, 2011
how to connect barcode reader device into visual studio 2005? My device model is acanlogic cs-2030?
View 6 Replies
Apr 5, 2010
What are the steps that I have to follow while i connect the barcode reader in my desktop application.
View 6 Replies
Jan 5, 2010
I'm beginner in this field and confuse with better method to use for text search. I'm intend to use it for specific length of string. For the text input, I'm using barcode. Also I need to fill a few field(text field) which I want the field automatically jump according to the text input(via the barcode). So, I'm figure 2 method and confused with it(hehe...):
[Code]...
View 1 Replies
Aug 31, 2009
I am trying to build a retail store application that uses a barcode reader. I need to know how to get the barcode data in my application and use it against my items database.
View 2 Replies
Sep 5, 2011
how to connect barcode reader device into visual studio 2005? My device model is acanlogic cs-2030?
View 2 Replies
Jun 14, 2011
I am using VB Express 2008, and I'm experimenting with querying WMI. I have tried the code samples from MSDN, but they do not compile. Here is an example of code that my IDE doesn't like:
Imports System
Imports System.Management
Public Class Query_SelectQuery
Public Overloads Shared Function _
[code]....
In this case, SelectQuery and ManagementObjectSearcher are underlined with squiggly blue, and it doesn't know what these are. What am I missing here? Please help, because I'd love to be able to write console apps that query WMI.
View 2 Replies
Jun 16, 2009
I'm trying to write some code that can read events from another computer's event log. I haven't used WMI or System.Management all that much before this, and despite all the examples I've found on the web (there's a lot), I cannot authenticate to another machine.
No matter how I tweak the code, I always receive a System.UnauthorizedAccessException in System.Management.dll. (The message is "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))".) I have tried connecting to two different Vista machines on the network using their local user account information.[code]...
View 1 Replies
Mar 23, 2011
I want to learn by resolving a problem i have been having with my small car hire business.
I want to develop a system which will enable me manage the business efficiently, the solution should be able accessible to more than 1 users, on my LAN and i would also like to have a web reservation system.
How easy/difficult is this when using VB.Net and what things must i do at the onset to achieve my goal.
View 3 Replies
Sep 10, 2009
I am the beginner to .net framework itself.I am too confused whether to use asp.net using vb or just visual basic is enough?As I am just thinking over this topic.I feel this is not a website so not to go for asp.net.I thought to do it in
View 2 Replies
Dec 30, 2010
I'm using System.Management to get information about the computer like cpu id, mac address etc
Can i use it with win7 without problems because i know win7's security is not easy to work with.
View 3 Replies
May 7, 2009
I have a barcode scanner & I want the output of my barcode scanner as input to my system.
View 1 Replies
May 17, 2012
As the beginner I want to know Is it necessary to add MDI parent for Library management System?
Can this be done without MDI Parent too?
And also is it necessary to add the below code for mdi parent of every project?
Private Sub ShowNewForm(ByVal sender As Object, ByVal e As EventArgs)
' Create a new instance of the child form.
[Code].....
View 5 Replies
Jul 21, 2011
I've been assigned to do some report analysis in a management information system.My question is, do you think it's a efficient way to gather datas from SQL, with the use of basic syntax and have them manipulated through my code in VB.NET?(I'm more skilled with this kind of execution, but it takes a lot of data calling from the database)Or should I just do the advance way of inner jointing or more likely a stored procedure?
View 2 Replies
Feb 14, 2010
create database management system in vb 2008
View 2 Replies
Feb 8, 2010
Designing the system of Pizza Management...I prefer to use vb.net language for developing because its more easy and more deploy able than others.
View 2 Replies
Jun 10, 2010
Can you use System.Management to get CPU and memory information from a remote computer?
View 4 Replies
Feb 24, 2009
I ran accross this piece of code that uses the System.Management to get the free space on a drive for ONLY logical drives on Hard disks drives. It does this by check the Mediatype. Anybody know where I can find a listing of the Mediatype values? I would like to modify this to get free space only from USB flash drives.
[Code]...
View 2 Replies
May 2, 2012
I have read a ton of stuff about this but not getting it, noob error I am sure
Type 'System.Management.ManagementObject' is not defined.
Type 'System.Management.ManagementObjectCollection' is not defined.
Type 'System.Management.ManagementClass' is not defined.
[code].....
View 4 Replies
Jun 5, 2011
Basically I am trying to create a child management system for a nurse using vb.net and SQL as my backend dbThe application consists of a number of differen forms. Two of these forms are called "frmSearchInfo" and "frmChildDetails".
frmSearchInfo consists of:
- three textboxes "SFirstName" "SLastName" and "SDOB"
- one button "BtnSend"
[code].....
When users enter details on form "frmSearchInfo" I want it to be able to search records in the database and return the same first name, second name and DOB as well as the ID, phone, addressline1, addressline2, county. I also want the datagrid to show dates of appointments for the children.The records needed are stored in the Child Table.
View 3 Replies