Barcode In Product Info
Apr 14, 2011
i have a inventory software in visual basic and sql server. there i have product info, product receive and product sales option. there i need to add a new feature in product. every pcs of product will have barcode which will be generated by my software at the time of receiving the product. and at the time of selling the product, the user will only scan the barcode by the device.
View 1 Replies
ADVERTISEMENT
Aug 12, 2009
I have a dataset with a bunch of product info. What I really need to do is send each product individually through a file stream using serialization/deserialization into a web service. I tried for testing purposes to write the dataset to a file, but I don't know how to write each product to a different file.
Dim oProduct As webservice.Product = New webservice.Product()
For Each DataRow As DataRow In DataSet11.Yahoo.Rows
oProduct.MfrName = DataRow("manufacturer").ToString
[code].....
View 1 Replies
Aug 11, 2009
Right now i have a form in the VB where there are 2 combobox in it. user can choose from a range of products that comes together with some description and these are to be stored in a database table.. when i retrieve these data from another form in VB, i'm only able to retrieve the first product and it repeat e same product in my second textbox.
View 6 Replies
Jun 25, 2009
I have 2 datagrids. One to show Product information and another for Product purchase details entry. Both share the same dataset. The dataset (ds) is filled up with columns from 2 table
ProductMstrTbl : ProductID, ProductName..
ProductDetailsTbl: ProductID, PurchaseDate, Amt, BalanceQty..
DataSet(ds) : ProductID, ProductName, PurchaseDate, Amt, BalanceQty.
The problem is that: Showing from dataset or entering new records into the dataset is no problem, but am not able to save the modified dataset into DataBase. SqlCommandBuilder failed to generate the corresponding INSERT, UPDATE command as the dataset has multiple base tables.
View 17 Replies
Oct 5, 2010
I am looking for a free utility or way to protect my software by requiring a Product ID (Which will be created when a customer requests a paid license) to use the application after a demo version. Like most shareware apps.
View 2 Replies
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
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
Jul 31, 2010
I am working on a media player, and I would like to setup a local playlist feature. I am using a single ListBox and its "Display-" and "Value-Member" properties. The display is the song's Artist and Name, and the value is the song's file path (i.e 'C:UsersUSERMusicetc.').To write the file path to the .txt file, I believe I can use the following code:[code]
View 18 Replies
Jul 23, 2009
how to create Quick info and/or parameter info for own code?
View 6 Replies
Jun 22, 2011
I am making a program, obviously, and I require some assistance. I found an explanation on how to read information from a Text file and have modified it for my needs. Here is my (modded) version:
Public Function GetInfo(ByVal playlistname As String) As String
On Error Resume Next
Dim PlaylistInfo As String
[code].....
View 6 Replies
Jan 7, 2010
I'm making a database app. I've finish the search, add new, and add function. What I'm trying to do is to expand the functionality of the add new item function.
View 2 Replies
Nov 17, 2011
I am trying to do is fill out a form with certain info, put the info into an array, and write it to a listbox using loops, arrays, and maybe a function if I need one. This is for VB2010 and here is what I have so far... I think there are ways to make it shorter but I cannot figure it out.... maybe just brain dead from all the coffee I have been drinking!
[code]...
View 1 Replies
Sep 6, 2011
under my project I have the following
However when I use this code.
lblABOUT3.Text = "Version : "
lblABOUT3.Text += My.Application.Info.Version.Major.ToString()
lblABOUT3.Text += "." & My.Application.Info.Version.Minor.ToString
[Code]....
View 8 Replies
Mar 17, 2009
how to correlate info from a textbox based on a listbox item selection. For example the user will select an item from the listbox, enter say the length of a song in the textbox say 2:00 for song #1, select say song #2, enter the song time for that song say 3:00, click on song #1 again and have the same textbox display the length of that song and be able to do that until there are no more songs on the list.
View 5 Replies
Feb 8, 2012
I cant run my VB 2008 . it need register key
View 1 Replies
Jan 18, 2010
What is the product key of Visual Basic .net 2008?
View 2 Replies
Mar 22, 2009
I have a product table on datagridview and I would like to add checkbox to each product so that I can mass delete them instead of deleting them one by one.
View 1 Replies
Mar 27, 2012
how to get vb6 license nowadays?does the visual studio pro 2010have a downgrade path to vb6?
View 8 Replies
Feb 20, 2010
How to put a product key for my Project?
View 5 Replies
Sep 17, 2011
Can I get info from stored cookie on the local machine. I have a Webbrowser control in a winform, and I would like to output data from a cookie to a label or so.
View 4 Replies
Nov 30, 2011
I have a strongly typed DataTable in my app which is generated with a couple of SQL joins. I use it to display data in a human readable way.[code]....
View 1 Replies
Mar 9, 2012
The GUI below shows the same product I inputted. If I inputted the same product and a new Quantity inputted, it will add to the current Quantity inputted. Same goes to the Total Amount will change.
View 12 Replies
Mar 24, 2008
I am a DCOM/Standalone Client-Server programmer who is now moving to eCommerce. I am building my first complete website for my wifes company and I have a design question for you gurus out there.
I looked at alternatives for shopping cart/product display and none of them meet my needs (e.g. ProStores). I wish to know which type of database you would use to have Many Products - Multiple Images per Product - possibly Multiple Vendors per product. I have begun a RDB using access as a prototype and I feel there was no faster method than inserting every product manually. Is there an alternative? And would you use a frame to display this data?
Would you store the images to the DB or a file reference on the host. I have begun with a file reference and truncated the path to only relate to where the file will reside on the host.
View 7 Replies
Mar 29, 2008
I have recently completed a project using VB.NET 2008 express edition. Now I have to create a Product Key Generator for which I have no clue how that works. I wanna do it in such a way that the product can't run without the valid key and the key can only be used for one copy of the product. Also if possible how do we generate a Unique Product ID?
View 3 Replies
Mar 8, 2010
I have a product database....in which I have productid,prodname,inventoryvalue,reordervalueI have to design a email system that as soon as the product reaches the reorder level it shud generate an email....but the condition is there will be many products in the database....and on one button click it should send only one email but with all product names those reached the reorder level.... tried the below thing but completely a waste...
Private Sub btnEmail_Click(sender As System.Object, e As System.EventArgs) Handles btnEmail.Click
'Open Connection
[code].....
View 7 Replies
Sep 12, 2010
How do find windows xp product key with wmi in vb.net?
View 3 Replies
Jun 7, 2011
I need to get the product of the 2 columns in the same row but my problem is the values of my datagridview come from database and the number for rows is not fixed.
View 2 Replies
Jan 6, 2010
I want to make a product key for my software which should be Machine Specific , And With a Evaluation Period of x Days.
[Code]...
View 2 Replies
Sep 14, 2009
I am wondering how to make a product key as a license key for my VB.Net windows form application? Because at the end of the day, i would have to package it as a exe file and i would like to include in a license key for the user.
And also may i know how to package the whole project as a exe file such that after the user excute the installer, everything will run. like how you install windows xp like that.
View 1 Replies
Sep 5, 2009
I am a PC repair and networking technician in Bellingham, WA. I have been given a task regarding CD/Product keys and developing a small stand alone program that will scan and pull customer's product keys prior to reloading their OS.
Much like this one:(url)
View 7 Replies