首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > barcodescanner

barcodescanner

  • 资源大小:41.00 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: BarcodeScanner

资 源 简 介

A barcodescanner. The application can read text files with the extensions csv and barcodescanner. It is opensource under a GPLv3 license. You may not use it Commercial only with a license that later this year or next year is published. The version must be changed to publish on the web, so there are no setups or other things. The English version is ready. Here is a part of the code: Imports System.IOImports Microsoft.VisualBasic.FileIOPrivate Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click‘ Code to be searchedDim code As String = Textbox1.Text‘ The file to search‘ You can "C:codes.csv" change to each file.Dim parser As TextFieldParser = New TextFieldParser("C:codes.csv")parser.Delimiters = New String() {";"}‘ Search line by lineWhile Not parser.EndOfData‘ Is the code in the file?If parser.ReadFields.Contains(code) Then‘ Show that the code is found.‘ Label1.Text is in WPF Label

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • WYG 2小时前 成为了本站会员

  • Shine 4小时前 成为了本站会员

  • 柳贻 6小时前 成为了本站会员

  • hallelujah_HL 7小时前 成为了本站会员

  • 焦昱贺 8小时前 成为了本站会员

  • Rubin 8小时前 成为了本站会员

  • Li 1天前 成为了本站会员

  • bigfatcat1977 2天前 成为了本站会员

  • just4down 2天前 成为了本站会员

  • shallow 2天前 成为了本站会员

0.199145s