Windows Mobile - .net For Handheld Device?

Apr 29, 2010

I want to develop an application in VB.net for handheld device(Ticket machine in Bus and train).Is it possible to develop in Vb net. Whether i need windows OS in my handheld device or any runtime environment only needed.My hardware is ARM processor.I want to run my application as standalone in my machine.

View 2 Replies


ADVERTISEMENT

Path Of Handheld Device Folders In Windows Used?

Jun 10, 2011

I have put the file under the path below. How to access this file from VB.Net on Desktop program??

My Devicexxxx folderfile.sdf

View 2 Replies

Move A Windows Form App To A Windows Mobile 5 Device

Aug 23, 2009

I'm trying to move a windows form app to a windows mobile 5 device and I was able to get every thing working except this piece of code.

[Code]...

View 2 Replies

Communications :: Deploying To Windows Mobile Device

May 23, 2011

I am using visual studio 2008 professional.i am trying to deploy a simple hello world application to a hand held device.

i currently have the device connected via usb, i can run the app through vb and it deploys and runs on the device however i don't know how to create the install and install it on the device so it can run independent.

View 1 Replies

VS 2008 Detecting A Windows Mobile Device

Nov 25, 2011

Im new to programming.I work for a research in Sri Lanka.In our research data is collected on windows mobile devices.I am the person who connects the devices(Known as JUNOs) and copy the data to the hard drive.But when Im not around others should copy the data.But they havent got IT knowledge.I want to create a simple software which detects the JUNOs when connected,show a message that a device is connected(Ex : JUNO1 is now connected),and then a button to copy and paste data to hard disk.(Ex: Press copy button to copy data)

View 4 Replies

Running On A Panasonic H1 Handheld Device?

Oct 14, 2009

I have an application that I am running on a Panasonic H1 handheld device, that is used at remote locations. I have a database on this device (SQL Server 2005) to help with the data entry process. Because the H1 can be slow (only 2GB ram), when this application starts, I load the data into a global data set. As this data is loading I display a progress bar letting the user know what's going on. This works quite well.

On my main form, the user has the ability to enter data into a text box, and press a button that will open up another form. The data that was entered into the first form's text box will be displayed in the second form's text box with a datagridview below showing results that matched what was typed in. Also, the user does not have to enter any data in the first form's text box, just hit the search button, and all records of the table will be displayed in the second form's datagridview. Then as they start entering data in the second form's text box, any data in the table matching what is entered is displayed.

This is how I am binding the data in the second form's datagridview :

objBS = New BindingSource
objBS.DataSource = g_objDS.Tables("nsi")
dgvSampleID.DataSource = objBS

Now, in the search form, let's say I type '27190' into the text box, only 3 records exist in the SQL Server table therefore only these 3 records will be displayed in my datagridview :

27190-001
27190-002
27190-003

The code to perform this 'auto complete' is in the TextChanged for the text field :objBS.Filter = "sample_id like '" + Me.txtSampleID.Text + "%'"Now, when a I double-click one of the rows, the form closes and the first form then has several fields filled in based on the row selected. When I clear out the text box in the first form, then press the search button, I am expecting to see the entire database in the second form's datagridview. However, what I am seeing is the 3 rows from above.

When I run the app in debug mode, I verify that the 'g_objDS.Tables("nsi")' does in fact have all the records in the table I want to search. Yet when I assign the objBS.datasource = g_objDS.Tables("nsi"), objBS.count = 3, representing the 3 records from above. My question is why am I not seeing the entire database.

View 12 Replies

What Kind Of Handheld Device / OS To Use To Interface With A Win Forms / SQL Server Express App

Oct 29, 2010

I'm currently working on an VB.net application using Win forms and SQL Server Express 2008. One of the major functions of our program is to generate work orders for field engineers. These engineers typically work in a factory and have to walk around the factory to complete these work orders doing things such as recording pressures and voltages of certain equipment. Right now they are printing out the work orders and writing down these values then entering them into the computer when they get back from doing the work.

We would like them to have some sort of handheld device we could push their work orders out to that would allow them to enter values/complete work orders and then come back and sync up with our app. Something like an ipod touch or maybe a bit larger seems like a good kind of device. Not really sure what kind of device would work for this and what OS it should run. I'm guessing it will be easiest if I can get something that can run SQL server on it. Also, how would I implement something like this?

View 2 Replies

Windows Mobile - Connect Sql Database Compact Edition On Visual Studio 2008 With .net (smart Device)?

Apr 24, 2012

I'm doing a project with vb.net (smart device) on visual studio 2008 and I need to connect to a database on the device itself (I do not have a physical device to test, only emulation). How should I go about doing it? I would like the database to be in the device on start up.

View 1 Replies

Developing An Application Which Can Connect To An Ip Address To Transfer/receive Data To The Handheld Device?

Aug 25, 2009

I am developing an application which can connect to an ip address to transfer/receive data to the handheld device via gprs network.

View 2 Replies

Game Programming :: Spinning Reel - Fruit Machine Game For Windows Mobile Device

Feb 16, 2011

I'm trying to make a simple fruit machine game for windows mobile device.

I can create the game easily enough and flip through pictures in a picture box to display the correct symbol.. but what I'd like to do is do a proper spinning reel, but have no idea where to even start.

What I have is a list of images in an imagelist (or individual files) - what I'd like is them attached to each other and moving downwards, preferably as though it were going around a drum but just them moving would be a start.

View 7 Replies

Asp.net - Upload Photos Through Mobile Device?

Oct 27, 2009

I'm planning to let my site users upload photos through their mobile devices specifically Iphone.Currently, they can only upload photos through their desktop or laptop.What would be the best approach using ASP.NET 3.5 and Visual Basic?

View 2 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

VS 2008 BindingNavigator For Mobile Device Using Sql?

Mar 26, 2010

Should I get a BindingNavigator when I drag and drop my dataset onto the datagrid that I've placed onto my form? I'm using SQL CE, get the bindingsources, tableadapters, and the columns show up on my form, but do not get a BindingNavigator.Do I need to add one manually, or is this not an option on mobile device development in VS 2008?

View 3 Replies

VS 2008 Communicating Between Mobile Device And Pc?

Sep 25, 2011

I am basically after some information on what you would believe to be the best way to send strings from a mobile device (possibly a windows mobile phone) to a PC and vise versa. Just so you know the distance could be upto 4 miles and no direct line of sight.

View 6 Replies

File I/O And Registry :: Detect A Mobile Device Has Been Connected To Pc

Jul 20, 2009

I posted the message below in the VB6 section of this forum with no success, but as I've now got access to VB2008 via work, I thought I'd try again here. Basically I'd like to be able in code navigate to a folder held on a mobile device like a mobile phone connected to a pc using MS Activesync? It shows up in the drive list within "My Computer" as a system folder, I've vb6 code to detect all the drives including network mapped drives but not the mobile device.Ultimately I'd like to do file copying when my program detects a mobile device has been connected.

View 1 Replies

Create A Mobile Application For Windows Mobile?

Nov 12, 2009

I would like to create a mobile application for Windows Mobile, how can this be done? I have Visual Basic Express edition.

View 4 Replies

Windows Cannot Load The Device Driver For This Hardware Because There Is A Duplicate Device Already Running In The System (Code 42)

Nov 13, 2009

A Problem in accessing a device from VB Windows cannot load the device driver for this hardware because there is a duplicate device already running in the system. (Code 42) This error is because i am using 2 devices of the same company which has the mass usb storage on it and when i install one of the device the other hides. So one is detected the Other is not. It also give a error called designed dragnonacally something...

View 2 Replies

Making An Application Which Can Send Recharge Amount By Using A Mobile Device

Mar 15, 2012

I am currently making an application which can send recharge amount by using a mobile device. (Nokia E71).

View 3 Replies

VS 2008 Mobile Applications - Device Board Serial Number In Vb 2008

Oct 15, 2011

My some problem for vs 2008 in mobile applications How to learn mobile device board serial number in vb 2008?

View 2 Replies

Add "exe" Version Info To A Mobile Device Exe Created In VB?

Feb 1, 2010

I want to add version info to my mobile device exe fileand apparently the following line is not supported in CF (windows mobile 6.0), ideas?:<Assembly: AssemblyFileVersion("1.0.0.0")>I want to be able to to right-click on the .exe after it is copied over to the PC and have the version displayed in a version tab just like any other .exe. I would then be able to read this version in code from a VB6 program.

View 1 Replies

C# - Gradually Increase System Volume On Windows Mobile / Windows CE 6.0

Jun 19, 2012

I'm attempting to use waveOutSetVolume from coredll.dll to gradually increase the audio volume from silent (or near silent) to maximum.

Most of the code examples I'm finding show some predefined set points for Off, Low, Normal, Medium, High, and Very High like this:

Public Enum Volumes As Integer
OFF = 0
LOW = 858993459

[Code]....

OK, and here's some API documentation which doesn't make a lot of sense to me in this particular context. What is low-order word and high-order word and how can they both exist in a single value?

· dwVolume New volume setting. The low-order word contains the left-channel volume setting, and the high-order word contains the right-channel setting. A value of 0xFFFF represents full volume, and a value of 0x0000 is silence. If a device does not support both left and right volume control, the low-order word of dwVolume specifies the volume level, and the high-order word is ignored.

View 1 Replies

C# - Windows Form + Database (Sql Server)+ Windows Mobile Application?

Mar 17, 2011

i am doing project of Order Accepting system for five star hotels.Scenario is Waiter will accept order using Window Mobile which is Connected to WiFi present in hotel.I want to communicate to database(Sql Server) present on My Machine (Computer present in kitchen) through WiFi and Add order into table present inside database. This should notify my application present on Compter and should print order. After completion of Order Application from kitchen will notify to waiter about completion. My problem is How to Communicate with database present on Remote computer using WiFi from windows Mobile.

View 2 Replies

TCP Windows Mobile 6.1?

Mar 11, 2010

I am trying to make a program for my Windows Mobile 6.1 Professional Device that communicates via TCP/WiFi To my pc, however, on my windows mobile device, when i launch a program with an import [system.net] it keeps giving me an error, and it is unable to launch the program. Is there an update that i am missing? or am i missing a package in win mobile with the system.net resources?

View 1 Replies

C# - Sending SMS From Windows Mobile

Feb 5, 2011

This is the question asked at many places but I could not find any satisfying answer so asking it in stackoverflow. Hope I will get answer soon. I need to make an Windows Application (VC++/C#/VB.NET) which can send SMS using windows mobile which is connected through ActiveSync or Device center without GSM Modem.

View 1 Replies

VS 2008 .NET App For Windows Mobile 6.1?

Oct 14, 2011

I need to write an app for Windows Mobile 6.1 as a winform. I've been doing asp.net pages to run on them before. When I create a project in VS2008, do I select Smart Device? Or Windows and do a basic app to run on it? If I select Smart Device, it asks for the Target platform and I only have:

Pocket PC 2003
Windows CE
Mobile 5.0 Pocket PC SDK
Mobile 5.0 Smartphone SDK

I need to connect to my AS400.

View 1 Replies

Connecting To Network With Windows Mobile?

Nov 10, 2009

Im able to access the internet on my Phone. I made a small app that lets me get to my database hosted by Godaddy. The problem is, unless I have my phone plugged into my computer it says Im not connected to the network. I can show my code if needed, but that has nothing to do with it because the application works fine as long as its hooked to my computer. Any idea on establishing a connection I guess? Im not sure why its not since Im able to access the internet, Im not sure why connecting to the computer makes it work.

View 1 Replies

Email A File Off Windows Mobile?

Aug 7, 2009

I am trying to email a file off my windows mobile. I know there is a mobile section here, but the traffic is minimal. Trying to use the current profile (exchange/activesync) to send the mail.

Imports Microsoft.WindowsMobile.PocketOutlook
Public Class tools
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[Code]...

View 4 Replies

SMSAccount Class On Windows Mobile 6.1?

Jan 5, 2010

I'm writing an application for a Windows Mobile phone in VB.Net, and I would like to read SMSs from the phone's memory. According to MSDN, the SMSAccount class is what I need:

'SmsAccount Class
'Provides access to a Outlook Mobile Short Message Service (SMS) account, the account's SMS folders, and the SMS messages they contain.

However, the SMSAccount Class only has one interesting method, aka Send (see [URL], and I can't figure out how to access the actual messages.

I've found examples on the web which suggest to use the smsAccount.Inbox property, which I can't manage to find. I got this code for example :

Dim smsAcc As SmsAccount
Dim smsFdr As SmsMessageFolder
smsFdr = smsAcc.Inbox

But I cant find either of the SmsMessageFolder class and the Inbox property.

How do I access smss?

View 2 Replies

VS 2008 Access Db On Windows Mobile?

Feb 6, 2012

Is it possible to use Microsoft Access Database (.mdb) in windows mobile software development?

View 2 Replies

.net - Disable The Start Menu In Windows Mobile 6.1?

Sep 20, 2010

how can I disable the start menu! Or completely shut down the entire "explorer" in Windows Windows Mobile 6.1, so that users can not go out of my program.I have try [URL], but then Windows Mobile 6.1 hang.

View 2 Replies







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