Read Barcode - ASP.NET VB
BarCode Reader SDK sample in ASP.NET VB demonstrating ‘Read Barcode’
Default.aspx
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="SimpleWebTestVB._Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Simple Web Barcode Reader Tester (VB)</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<div>
<div>
<br />
<asp:ListBox ID="ListBox1" runat="server"></asp:ListBox><br />
<br />
<asp:Image ID="Image1" runat="server" /> </div>
</div>
</div>
</form>
</body>
</html>
Default.aspx.designer.vb
��' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
' <