C# - Developing An Effective Barcode System / Code

Jun 15, 2012

I'm sorry if the title is misleading but I have to develop the format for a barcode (either 1D or 2D, doesn't matter). The barcode needs to include a Purchase Order #, Bill of lading #, as well as the Line #, product ID # and quantity of each item that appears on the purchase order. Here is what I've come up with so far:

[Code]...

View 2 Replies


ADVERTISEMENT

Test Barcode Scanning While Developing A Application In C#?

Jul 14, 2011

I am developing an application which will be used to scan the barcode from a particular document, as i am just developing who i will get know that barcode scanning is working i dont have device at the moment

View 2 Replies

Developing A System Will Be Able To Detect Motion?

Dec 13, 2009

i am developing a system will be able to detect motion. up to now i am able to stream the video that is connected to my PC to VB.NET. Now i want to switch between the webcam if there is more than one webcam connected to the system. For example, the user of the system will be able to chose any webcam that is connected to the system. I am able to detect all the webcam and display those devices into a ListView. But i don't know how to change the steaming video when the user select the device. Now the video screen show the image form the default webcam.

View 1 Replies

How To Use Scanned Barcode In System

May 7, 2009

I have a barcode scanner & I want the output of my barcode scanner as input to my system.

View 1 Replies

Authoring - Developing A basic Help System For VS 2010

Nov 27, 2010

Is HelpStudio Lite still the tool of choice for developing a basic help system for VS 2010? The only mention of this that I can find is in the MSDN library; [url] and it references VS 2008. I just need something basic and (hopefully) free and of course it should not become obsolete anytime soon.

View 9 Replies

References For Developing Smart Card System?

Sep 13, 2009

I was in away to develop a system to check any problems installed in a smart card. Such as checking wheter applet fully configure,checking serial no and etc.

View 2 Replies

Create System Using Barcode Reader?

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

Developing An Winforms Based Event Tracking System Using .Net?

Sep 24, 2009

I'm looking for some advice for an application I currently developing. I'll try to keep this as brief as possible so if additional info is need just let me know.I'm developing an Winforms based event tracking system using VB.Net (VS 2008 Pro). The application collects data via serial bar code scanners and stores this data within a MS SQL Express db located on the same Windows XP Pro workstation that the application is installed on. When the application receives the formatted string of data it checks the db table and sends a reply back to the device indicating whether the data is a duplicate. I have written a PortManager class to handle the serial based devices and this functionality is working well.

I have now been asked to incorporate a new type of collection device into the system. The new device is running embedded Linux and uses TCPIP (POE) rather than serial communication. The device manufacture has assured me he can provide a string from the devices integrated scanner in the same format as my serial based devices.

If possible, I would like to utilize the current application and just add the ability to use the TCPIP devices to it. I was thinking it might be possible to just add a new class (similar to my Port Manager class) to handle the TCPIP based devices.I'm really at a loss as to the best way to approach this. I'm just not that familiar with collecting data from a Winforms application using a TCPIP based device.

View 3 Replies

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

Developing An Inventory Management System / Loaded And Displayed On Listview

Jun 6, 2011

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 Replies

Reading Barcode Using .net Code?

Oct 15, 2011

I need to add barcode reading feature to my application. I donot know how to enable my application to read barcodes.I mean a scanner should read the barcode and having matched the article no. in database, info should be displayed on the screen.

View 3 Replies

Serial Port Barcode Scanner Delegate Sub Firing Twice Per Barcode Scan?

Aug 2, 2010

I am using Richard L. Grier's Enhanced Serial Port dll to read input from a serial port barcode scanner I notice that the datareceived event fires only once per barcode scan, but the delegate sub fires twice per barcode scan. Once for 1st half of Barcode , 2nd for 2nd part of barcode This makes it hard to capture the full barcode so it can be passed to routines in my vb.net 2008 windows application In Richard's example 'Test Enhanced Port' program he sends it to a textbox using .selectedtext and it works fine Richards Delegate code ......................

Public Delegate Sub DisplayData(ByVal Buffer As String)
'This delegate routine marshals receive data from the receive thread context DataReceived to the Windows Form STAThread context
Private Shared Sub Display(ByVal Buffer As String)

[code]....

I am trying to set a variable to the full barcode to pass to routines, instead of writing to a textbox but am not having any success

View 8 Replies

Make A Program That Will Use A Barcode Scanner Well Ofcourse To Scan A Barcode

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 1 Replies

Barcode Scanner - .NET Event When Bar Code Scanned?

May 5, 2012

I have a USB bar code scanner that is acting as an HID keyboard emulation device. I want a web page that, for testing purposes, pops up a JavaScript alert when a scan is done. I don't want to tie the event to any visible control such as a textbox so thus, I won't have focus on any control to capture the scan input. Can this be done? I'm using VS 2010 with .NET 4.0 and VB.NET with a Symbol USB bar code scanner.

View 1 Replies

Developing On2008, Windows 7 X64, When Testing On 32-Bit XP, Apps Get Error Code?

Dec 7, 2009

alguien habla espaƱol

View 3 Replies

Displaying A Bar Code With ITextSharp Using Chris Love's Barcode Handler

Feb 6, 2012

I need to create a number of barcodes as images on a page from a set of UPCs from a database.Additionally, I also want to be able to produce barcodes which can print as labels to a Dymo LabelMaker.Googling turned up several options, but it seems that for the LabelMaker it'd be wise to produce the barcodes as PDF? So, I started looking into iTextSharp which seems good (and free!)Looking fora simple way to render a Barcode Image to a page, I found this, which looks to do exactly what I want, but I can only get it to work locally. When uploaded to the server it just shows an empty image.I have checked and double checked the web.config file contains everything required and am pretty sure that Adobe Reader is installed on the server (as was suggested by another post in the link). There's a post in the link which says

I just wanted to put a small update for those running IIS7, if everything works fine when running locally in VS debug mode, but you get a red x when accessing it remotly, you may need to add the handler in the section as well as/or the i.e.Which sounds like it's answering the problem but doesn't..url...Part 2 of my question is, am I heading down the right line to print the individual bar codes to a LabelMaker by using iTextSharp?

View 1 Replies

Write Visual Basic Code To Read The Input From A Barcode Scanner?

Jul 19, 2009

I want to write software in visual basic that reads the barcode of various items into my program.

View 4 Replies

What Is The Effective Way To Reduce The Memory Consumption

Apr 5, 2011

I found what seems to be an easy and effective way to reduce the memory consumption of my vb.net app. What I need to know is how "correct" or "proper" is the method I'm using for my application and what exactly is going on behind the scenes that I should worry about? I want to release memory every time a form closes. Here is how I reduce the required memory of my program:[code...]

View 7 Replies

C# - Most Optimized/effective Way To Convert A Collection Into An Array?

Jul 6, 2010

I have a collection which I wish to retrieve an array from in .NET 2.0. In other words, I want to convert a collection into an array. So far I have the following:

Public Class Set(Of T)
Implements IEnumerable(Of T)
Implements ICollection(Of T[code]....

View 2 Replies

Provide An Effective Way For Application To Get Registered Automatically?

Apr 30, 2009

I would like to provide an effective way for my VB.NET application to get registered automatically in a company with many computers. So the Enterprise Licence would kick in, but how to manage this?I was thinking each computer would connect to an intranet server where he would get the permission to register...C64

View 2 Replies

Effective Ways Of Game Making And Graphic Usage

May 19, 2009

I've not really got a lot of experience making any games, but currently I've only made small basic games which involve, moving picture boxes with Case (KeyDown) events and timers etc, I've noticed a few problems such as, flickering and jittery movements as it += on to Top or left. Especially when I try it on other computers it varies and is sometimes really bad. I've heard from my lecturer that you can use other things in VB.NET such as GDI+ or GDK or whatever, I'm not really sure, but would someone be able to explain to me what other ones there are for VB.NET or the best method for me to do to move on to more effective ways of creating a graphical interface.

View 2 Replies

Save Word Document In A Different Format Without Effective Active?

May 18, 2012

Is there a way in VB.net to save a Word document as a different format (i.e. Me.Application.ActiveDocument.SaveAs) without switching to it? For example, if the current document is an unsaved, I want to save an copy of that document as HTML but still keep the unsaved document active.

View 1 Replies

Word Macro - Auto List Of Effective Pages?

May 16, 2011

When writing a manual in word I can create table of content. How can I get list of effective pages LEP with possible a loop checking for pagenumber & date then adding data to a table on a page in Word with VBA code/macro?

View 2 Replies

DB/Reporting :: Searching For More Effective Data Storage For Quick Access?

May 12, 2008

I am quite green to VB .NET and it start occuring to me that I am doing things probably in a very ineffective way.Anyway here is the problem I have datasets, consisting of integers there is set 1 which is of format ID, ID2 - ID here is unique but different ID can refer to same ID2. Before I start reading in the data I have unknown number of these entries (ID and ID2 can be at least as high as 99999999)

Then I have a second data set of format ID2 here is the same as in the set 1 and it can contain several PID entries (all integers). In this set the ID2 is unique and again for one ID2 there can be unknown amount of these PIDs, same PID can occur more than once.

[Code]...

View 17 Replies

Wpf - Effective Books For Learning The Intricacies Of Business Application Development?

May 24, 2010

I am a self taught "developer".I use the term loosely because I only know enough to make myself dangerous. I have no theory background, and I only pick up things to get this little tool to work or make that control do what I want.

That said, I am looking for some reading material that explains some of the theory behind application development especially from a business standpoint. Really I need to understand what all of these terms that float around really talk about. Business Logic Layer, UI abstraction level and all that. Anyone got a reading list that they feel helped them understand this stuff? I know how to code stuff up so that it works. It is not pretty mostly because I don't know the elegant way of doing it, and it is not planned out very well (I also don't know how to plan an application).

View 3 Replies

System.Exception: Unexpected Return Code: 1 At System.Data.OracleClient.DBObjectPool.GetObject Error

Jul 13, 2010

I have a windows service written in .NET 2.0 that will run every 5 minutes and executes bunch oracle SQL/PLSQL scripts based on time/validation, it throws the above said error some times against some SQLs, the same SQLs run fine at later point without any error, I have no idea what is going on with the app. I am not sure if this has any thing to do with oracle connection pool as I am properly closing the connections after every SQL execution.

Exception:

System.Exception: Unexpected return code: 1 at System.Data.OracleClient.DBObjectPool.GetObject(Object owningObject, Boolean& isInTransaction) at System.Data.OracleClient.OracleConnectionPoolManager.GetPooledConnection(String encryptedConnectionString,

[CODE]............................

View 1 Replies

System Tool - Call System Calculator Thought Code

Feb 28, 2010

i m usingin vb.net hw can i call system calculator thought code

View 3 Replies

System.net Breaks Code?

Jun 18, 2010

<%@Page Language="VB" Explicit="False" Debug="true"%>
<%@ Import Namespace = "MySql.Data.MySqlClient" %>

[code].....

View 1 Replies

Making Bar-code System In 2008?

Dec 3, 2010

I have made some real time systems (softwares). Now I want to make an system (software) in vb.net 2008 which reads an bar-code saves the data in the database (SQL Server database). I am very new in making these types of system, thus i would like your help of making an system using bar-code scanner through vb.net 2008. Specific to my question I will require all the steps for creating an bar-code system through vb.net 2008. I am waiting for your reply.

View 1 Replies

Update System Time Using .net Code?

Sep 19, 2011

i have been looking for a code to change date time in kernel32, which is I will get a date time from server and update current PC date and time based on server date and time.

[Code]...

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved