Mobiles :: Connect A USB Barcode Scanner To A Windows Mobile Device?

Jan 24, 2010

I have a ASP.Net application, that has barcode scanning functionality built into it.If a user is on regular computer like laptop or desktop, then I can simply connect the USB barcode scanner to the USB port and the barcode functionality works fine.But if a user is accessing the ASP.Net application over a windows mobile device, then how can a barcode scanner be connected to his/her mobile device?

View 1 Replies


Similar Messages:

Mobiles :: Can Create Windows Mobile Application Without Connecting Device

Mar 18, 2011

I am using Visual Studio 2008, I am new bie to create windows mobile application. I haven't installed Windows Mobile 6 SDK. I have started with built-in SDK and Emulators of VS 2008..

My question is, Can i create windows mobile application without connecting device ( Mobile or Pocket PC )?

View 6 Replies

Mobiles :: Adding Web Service To Smart Device Project - Windows Mobile 6 Professional

Mar 31, 2011

I'm new to developing mobile apps and have hit a brick wall. I use Web Services all the time so I know I have created it correctly and it works. The issue is that i cant seem to add it to my class or form in the Smart Device Project.

When I right click I get the option to add Web Reference, I then navigate to the url and add as I normally would. When I then try to access the service I cant seem to navigat to it from code and it is not available. I have also tried adding a Web Service directly by 'Add New Item, but this file type is not available in the list of installed templates.

View 2 Replies

Mobiles :: Call An Exe From Mobile Device?

Jul 21, 2010

I am working on a web mobile application in which i want to call an exe which is installed in the mobile from web application running on that mobile by clicking a link. How can i do that?

View 3 Replies

Mobiles :: Obtain Mobile Device Screen Size?

Mar 16, 2010

I am trying to get the screenHeight and width:

[Code]....

but this is always show that the Height is 480 & the width is 640

I am trying on HTC with Opera Mobile 9.5

View 10 Replies

Mobiles :: Alternative To Mobile Device Browser File?

Jan 27, 2011

Since the mobile device browser file is no longer support, what is an alternative to it that requires minimum code changes?

View 2 Replies

Mobiles :: Connecting To Localhost And Also Directly To SQL Server 2005 From A Mobile Device

Jan 23, 2010

Is it possible to connect to SQL Server 2005 ( not SQL Server 2005 CE) from a mobile device?

View 6 Replies

Mobiles :: Simulate A Proxy Server To Test Mobile Device C# Application

Nov 17, 2010

I need to simulate a proxy server to test mobile device c# application.

Is there a way to do this? how should I do this.

View 2 Replies

Mobiles :: Set Focus For Textbox In Mobile Windows Browser?

Apr 21, 2010

I'm developing a mobile application in ASP.NET and C#.The focus control does not work for windows mobile browser 5.0.QUESTIONDoes anyone have code for C# that can set the focus on a textbox for windows mobile 5.0 internet explorer?

View 2 Replies

Mobiles :: Comparison Between Windows Mobile And Blackberry Development?

Nov 29, 2010

I am a .net developer and soon going to try my hands in mobile development.

I am searching for, what are the differences in developing a application for windows mobile and blackberry in terms of:

1. System/Software requirement.

2. Languages we can use for both

3. Can we use .net for blackberry apps development and Java for windows mobile.

View 4 Replies

Mobiles :: Get Phone Memory Status In Windows Mobile 5.0?

Jul 20, 2010

I am working in Windows Mobile 5.0 application using C#. I want to get the status of phone memory e.g. Total memory, memory in use, free memory.

View 1 Replies

Mobiles :: How To Use Query String With Local Html File In Windows Mobile Web Form

Mar 16, 2010

I am trying to display a local .html file in a web page. The file uses javascript to display some information about my phone. In the executable, I am retrieving two values out of the registry. I would like to pass these values in a query string (I think that is the correct terminology). Something like file://\Program Files\TestTest.html?type=newtype. I have attempted this with using webbrowser.navigate, but that is giving an unhandled exception when it tries to pass the URI string. Obviously, I have no experience with this and am using the wrong method. There has to be a simple way to open a new webpage in a form and pass it this type of string.

how to implement such a function? I have been attempting to implement this with Visual C# using the .net CF for Windows Mobile.

View 2 Replies

C# - How To Integrate Barcode Scanner Into Web Application

Feb 4, 2010

How to integrate barcode scanner into an ASP.NET Web application?Any open source library for doing it?

View 3 Replies

Web Forms :: Barcode Scanner Not Scanning

Mar 20, 2013

while i am rotating barcode image horizantal to verticle scanner is not reading barcode image.

string barCode = dt.Rows[i]["MemberShipid"].ToString();
System.Web.UI.WebControls.Image imgBarCode = new System.Web.UI.WebControls.Image();
using (Bitmap bitMap = new Bitmap(barCode.Length * 40, 80))
{
using (Graphics graphics = Graphics.FromImage(bitMap))
{
Font oFont = new Font("IDAutomationHC39M", 20);

[code]...

View 1 Replies

Controls :: Integrating Barcode Scanner In Website

May 23, 2013

What is the right way to using barcode scanner integrated into existing or new vb.net application. 

View 1 Replies

Retrieve Data From Barcode Scanner And Display In Page?

Nov 25, 2010

I am creating a web application using c#. I need to access the values available in a barcode scanner and display it in the web page. The user has a Barcode scanner, which contains the Student Id's. The Barcode scanner is connected to the user machine. Is it possible to access the scanner and access the student id available in the scanner and display it in the aspx page. After retrieving the values and displaying it in page, the students id's available in the scanner has to be deleted.

View 3 Replies

C# - Fire An Event Automatically After Barcode Scanner Input?

Feb 7, 2011

I have a textbox on an asp.net page. I use a barcode scanner to get the barcode number into that textbox. I need to then automaticaly fire an event directly after the text box recieves that input. the only event that is exposed is the TextChanged event which doesnt achieve what i need. I am using c# for the code behind.

View 1 Replies

Web Forms :: How To Retrieve Data From Barcode Scanner And Display In TextBox

Mar 26, 2011

I have a barcode slider which scan student ID CARD. When students scan their Student ID, the barcode reader generate the following:

BARCODE_NUM,LASTNAME, FIRSTNAME. Below is a dummy example when students scan their Student_ID into barcode reader. I get the following data from the barcode reader.

" %C9887688767876^Smith/John^5656656556565?;C9887688767876=3434354450000? " When the user scan their Student ID into TextBox1, i want to only display BARCODE_NUM which is C9887688767876 from the example. Also When the user scan their Student ID into TextBox2 , i want to only display LASTNAME which is Smith from the example. When the user scan their Student ID into TextBox3, i want to only display FIRSTNAME which is John from the example.

View 4 Replies

Web Forms :: How To View Desktop Website From Mobile Website Using Mobile Device

Dec 3, 2013

I have one mobile website using ASP.NET with c# language. The problem which i have rise you that, I have two websites with same domain name, they are Desktop websites and mobile website

1. Desktop websites ->www.****.com -> this is i have used to view full websites in IE,FIREFOX,CHROME,etc...

2.mobile website ->www.****.com -> this is i have used to display mobile website using any mobile devices like iphone, stc, nokia, samsung, etc...

In my mobile website  have one button which is for "view full website" . If i click on that from mobile the link which i want to show full website with the same mobile device what devices i have using.

View 1 Replies

Mobiles :: How To Create A Mobile App For All Mobile's Models, No WAP Browser Intrection

Aug 8, 2010

I have an assignment to develop a mobile application for My company's customers (around 250000). its could be download from our website or we can also provide to our customers those are visiting our branches, on their demand.Requirments:

View 5 Replies

Connect Scanner In Web Application (2.0/C#)?

Jan 5, 2010

I want to scan images/documents from client machine scanner and uploaded with thumbnails to server using my
web application (ASP.Net 2.0/C#)

View 4 Replies

Mobiles :: Register Dll On Device?

Sep 19, 2010

I have an activex component on my webpage, which is built specifically fro Windows Mobile. This activeX component has a dll which needs to be registered on the device. How Do I register it?

View 1 Replies

C# - Read Sms From Mobile Device With .net Application?

Mar 16, 2010

How can I read SMS from mobile with my .net application? i have a Nokia 5310 mobile phone. Can you tell me from where i can download Nokia SDK or source code or Nokia API etc?

I want to make a custom application which reads SMS and at the same time sends a response to the sender's mobile number.

View 1 Replies

Mobiles :: Device Details With .net Code?

Mar 23, 2010

details of device by which I can get the input for GPS location independently without a fixed ic chip? I want to write the code myself for that then display on the screen; like many gps street locator or any other device available in market. I need initial level of code for chip and intial level code example for .net.

Apart from this I know the something about this like attach the device in the port . Detect the the port with device and read the data using API or dll whatever and start processing and then display on the output device.

View 1 Replies

How To Patch The Mobile Device Browser File

Jan 29, 2010

Nexus One is not currently supported by the Mobile Device Browser File, which leads to the Nexus One being identified as a non mobile device.

I know the user agent, and the capabilities are pretty similar to other Android terminals. With this information, how do I patch the MDBF to have the N1 be recognized as a mobile device?

View 3 Replies







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