VS 2008 - Possible To Write Application For Smart Phone?

Jul 12, 2009

Is it possible to write a program in VB.net, compile it, and run it on a Windows Mobile Smart Phone?

View 2 Replies


ADVERTISEMENT

VS 2008 Command Connection Of Smart Device Application

Sep 16, 2009

i was using a pocketpc phone and i want to have a program it with a database.i am not familiar w/ the database of vs 2k8 because it was using a dataset i i dnt know how to connect the database of that...

View 2 Replies

Write An XML File To A Smart Card?

Mar 17, 2009

I am looking for some sample code so at the click of a button I can write/save an XML file to a smart card.

View 7 Replies

Smart Card Read / Write Operation

Nov 30, 2009

how to write in scospa compliance by EZ100 PU Smart Card Reader. [code]

View 1 Replies

IDE :: Make The Call (outgoing) From Pc To Phone And Check The Status Of The Phone(phone Availability). Whether Its Switched Off,busy Or Not?

Oct 4, 2011

Details : I have the MultiModem (MT5656ZDX) . I wrote visual basic application for making the call using 'MakeCallAsynch(txtPhoneNumber.Text)' function. Also i have the callback event handler for get the line status and write the log. But my tapi call is not going the status except DAILING,PROCEDING,CONNECTED,DISCONNECTED and IDLE. Its not showing the line busy, phone swithed off status. Please guide me regarding this.

My event handler

Friend Sub LineProcHandler(ByVal hDevice As Long, _
ByVal dwMsg As Long, _
ByVal dwParam1 As Long, _

[code]....

View 10 Replies

IDE :: Make The Call (outgoing) From Pc To Phone And Check The Status Of The Phone(phone Availability)?

Dec 10, 2009

I have the MultiModem (MT5656ZDX) . I wrote visual basic application for making the call using 'MakeCallAsynch(txtPhoneNumber.Text)' function. Also i have the callback event handler for get the line status and write the log. But my tapi call is not going the status except DAILING,PROCEDING,CONNECTED,DISCONNECTED and IDLE.

Its not showing the line busy, phone swithed off status. Please guide me regarding this.

[Code]...

View 1 Replies

VS 2008 Socket Application - Transfer Packets From The PC To The Mobile Phone

Nov 2, 2009

i try to transfer packets from the PC to the Mobile phone~ my PC is act as a Server and Mobile as a Client. My Mobile is successfully connect to my PC, but when i try to pass a packets from Mobile, it went failed without any error. The Server didn't receive any packets from Mobile. i had test my code on PC to PC and it's work fine. Anyone have this kind of experience?

View 3 Replies

VB 2008 Code The Calculations For A Pocket PC Application That Calculates The Cost Of A Cell Phone Bill?

Feb 19, 2010

I'm having trouble figuring how to code the calculations for a Pocket PC application that calculates the cost of a cell phone bill. From a Pocket PC the user should enter the number of minutes used during the past month, in order to calculate the cost of the cell phone bill. The plan allows 300 minutes for $29.95 per month. For each minute over 300 the cost is $0.17 cents per minute. Tax and Fees are $4.85 a month.

1. User enters the number of minutes used during the past month.

2. Based on plan rate of 300 minutes for $29.95 and 17 cents for each minute over 300 calculate the cost of the bill including the fixed cost of $4.85.

3. The user must be able to initiate the calculation and display the individual charges and the total cost of the cell phone bill.

4. The user should be able to clear the number of cell phone minutes, the individual charges and the bill total

If negative number is enterd for the cell phone minutes, the user should be advised and asked for a valid entry If non numeric value entered for the cell phone minutes, or if left blank the user should be advised and asked for a valid entry.Application is deployed on the Pocket PC emulator built in VS 2008

Enter # of Minutes ________ (user enters)
Regular Minutes Charge ___ (29.95)

[code]....

View 1 Replies

VS 2008 : Create Application For Mobile Phone Sony Ericsson To Remote Control Program Using Bluetooth Connection?

Mar 20, 2009

is it possible to create application for my mobile phone Sony Ericsson to remote control my program using Bluetooth connection which have simple functions?I have came across one program that is able to do that which is floAt's Mobile Agent. It can control from media player, powerpoint slides and even mouse cursor movement.

View 10 Replies

VS 2010 How To Write Mobile Phone Caller

Oct 17, 2011

how to write mobile phone caller in VB 2010..please give me samples or video tuts or pdf books or any instruction about that....

View 5 Replies

Create A Smart Device Application ?

Jan 5, 2012

Earlier versions support smart device application for moble application creation(cab file)

How to create the same Smart device application in vb.net 2010 ?

Is the cab application available in vb.net 2010 ? or

Is it merged in .msi setup ?

View 1 Replies

Need To Read Data For A Smart Device Application

Jun 22, 2010

I have an xml file stored on an web server and I need to read the data using vb.net for a smart device application.I also need the ability to select indvidual nodes of the xml file. It currently a simple file but will be expanded upon. [code] I need to access the name node to start with.

View 2 Replies

Smart Client Application Deployed As A Click Once Application Called "PDFSplitter"

Jun 24, 2009

I have a smart client application deployed as a click once application called "PDFSplitter". The link to install this PDFSplitter is on our company intranet and when you click the link you get a "The publisher could not be verified. Are you sure you want to run this software?" message. Is there any way to make this message go away?

View 4 Replies

C# - Create Web Services And Link It To Smart Device Application?

May 18, 2010

i have novice skills in programming in vb.net,I just finish my project and applications for Data logic memoir wherein the data has been save to text file or SQL compact server database in the Handheld Device and use Active Sync Connection to pass Data into H/PC to Desktop P.C and Vice Versa.I just shift now to C#.net and start learning it and i just successfully transpose my Smart Device Project from VB to C#.

But now i want to Start Projects linking The device to server using Web services

View 1 Replies

Change Backcolor Of Label During Runtime When Creating A Smart Device Application

Jul 26, 2009

I have the following code: [code] and it's ment to change the backcolor of a label during runtime, which works.But when I use the same code and use it in a smart device - Windows Mobile 5.0 Pocket PC it don't work and comes up with the following error:'ColorTranslator' is not a member of 'Drawing'.Is there a way I can change the backcolor of the label during runtime when creating a smart device application (windows Mobile application) ? I want to be able to use a custom color rather then one already set in vb.net

View 3 Replies

Implement Smart Card And Private Key Stored In Smart Card

Jul 7, 2009

how can implement smart card and private key stored in smart card by using vb.net

View 1 Replies

Implement Smart Card And Private Key Stored In Smart Card By Using .net?

Mar 19, 2009

how can implement smart card and private key stored in smart card by using vb.net

View 3 Replies

Smart Card App - After The Transaction I Need To Again Enter The Balance In The Smart Card?

Dec 21, 2009

i have to develop a ticketing package for a client...and he wants to use smart cards too...i would need to develop the package on a smart device i.e. a mobile application and will have to read the card on the device itself ...i have zeroed on the instrument from motorola. and an blue tooth connected printer to print the ticket.how to read the smart card ...i have searched a lot but have not found anything good.the smart card would contain the amt. balnce in it...and after the transaction i need to again enter the balance in the smart card...

View 7 Replies

IDE :: Make Phone Call Using Bluetooth Connected Cell Phone From Desktop PC?

May 26, 2009

I need to be able to click a link from a vb6 program and call a number via a connected mobile phone.(Assumption: the mobile phone is already connected to the PC via bluetooth on com3)

View 1 Replies

Connecting To The Sms Application With The Cell Phone

Jan 27, 2009

the error when i am connecting to the sms with the cell phone which is the hardware.. " The module was expected to contain an assembly mainfest" What is that all bout?

View 4 Replies

Make An Application Phone Home?

Apr 25, 2012

I have a windows application developed in visual studio 2010. I would like to keep track of the usage of the app by measuring how often the app is used, where it is used etc... I also have a webserver on the internet that I was thinking of phoning home to.My thinking is that the if the app opens a particular webpage or just makes a http connection to the webserver (in the background) , the webserver logs will logs all the data I need.

How do I initiate a http connection to the webserver?

View 7 Replies

Use A Smart Card Reader In 2008?

Mar 7, 2011

I am trying to use a smart card reader in 2008. All I want to do is store a simple value to the card. Not really interested in forms of security.

Cannot seem to find anywhere to start on this one and am an absolute beginner. Any tips on this one would be most useful.

View 5 Replies

How Many Phones That Application Called Answered Phone

Sep 1, 2010

i want an application (i do not care if it is a web app or a desktop app) that i will insert a mp3 file and a .txt list of phone and it will automatically call each phone one by one and will play the recorded message that will exist in the .mp3 file.i also want to be able to see how many phones that the application called answered the phone and how many did not.Topic closed for blatantly violating the rules. If you "want an application", post a request in the "Post a Job" forum. [rules][/rules]

View 1 Replies

Make A Call From An .NET-Application Using A Mobile Phone?

Mar 17, 2010

mobile phones attached via USB odr WLAN or BT do no support TAPI

I have 2 questions:

1. is there an possibility, to send a call-Command to my mobile phone (Windos Mobile 6) ?

2. when i click to a "callto:"-link in my sugar-crm - skype opens is there a way to tell windows to open a different application ?

View 3 Replies

Synchronizing Phone With Pc Through An Application To Save / Restore Data

Dec 28, 2011

I have developed an application on my phone to manage my money. I would like to create an application on my pc to get the local database from my winphone to be able to display informations... and have a backup. I would also like to be able to restore my data back to my winphone if there is a crash.

View 4 Replies

VS 2008 : Write A Batch File Into Console Application?

Sep 21, 2009

how can i write a batch file into console application

View 3 Replies

How To Dial A Phone Like Program Phone Dialler

Dec 22, 2009

How to dial a phone using visual basic 2008 like the program phone dialler.

View 5 Replies

VS 2008 : Write A Small Application That Is Able To Read What Button Is Pressed On The Gamepad?

Sep 13, 2009

I have this gamepad: [URL]I want to write a small application that is able to read what button is pressed on the gamepad.I've seen this thread:[URL]but this does not read the input of the controller, it only initialize it.[URL]

View 7 Replies

[2008] Write A Small Application That Just Writes In Certain Cells Of A Set Page Of An Excel Sheet?

Feb 17, 2009

Basically, i have to write a small application that just writes in certain cells of a set page of an excel sheet, the sheet will always be the same layout.

View 2 Replies

TCP Messaging -application Call Center - Team Leaders Can Send A Message To Individuals Whilst They Are On The Phone

Aug 7, 2009

Im currently writing an application for our call center to use and would like it to have messaging functionality so that team leaders can send a message to the individuals whilst they are on the phone.

I have used a couple of tutorials around the web, but they differ to what i actually require. They all seem based around the whole "client must connect first" thing, is this really necessary? I just need each user to be a "server" constanly listening to any message recieve on a specific port, and display it in a popup when one is.

At the moment the code i have sort of works, but its a bit flakey and doesnt handle the initial connection/final disconnect very well.

Client program (team leaders console):

Form:

Imports System.Net
Imports System.Net.Sockets

[CODE]...

View 7 Replies







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