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


ADVERTISEMENT

Connect Pc Through Mobile Phone Using Bluetooth So That The Mobile Phone?

Aug 13, 2009

I want to connect my pc through mobile phone using bluetooth so that the mobile phone act as a remote of my pc.How can i do dat do you have any idea??.I have to make a project for final year using vb.net..

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

Control Bluetooth Adapter To Connect One Mobile Via USB?

Apr 7, 2011

I am working on a project and i need to connect a mobile to a PC automatically through a known port No from (USB ports)

to get an IMSI No. by AT command " AT + CIMI "

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

VB Program On Mobile Phone?

Jun 19, 2012

I have a mobile phone (nokia c6), which of course has a calendar.The nokia c6 has a mini usb cable, so I can connect the phone with my computer.Now is my question: Is there any way to make a program with visual basic that lets me transfer data from the pc program to my nokia's calendar and back?

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

Create An Application That Connects To A SQL Database To Populate A Datagrid - Getting An Error 'remote Connection Permissions' ?

Sep 25, 2009

I am using VB 2008 Express and have created an application that connects to a SQL database to populate a datagrid.The application is working properly on my computer but will not on others 'remote connection permissions' error.After some googleing I found that the express version is crippled to only work on local machines that use a database.If I purchase Visual Studio 2008 Standard Edition, import and rebuild my application, will my application be able to run properly on other PC's?

View 7 Replies

Mobile Phone To App - Remotely Disable Email Sending Feature Of Program By User ?

Feb 7, 2010

Ok, I haven't started this yet, but I'm just thinking out loud for a project I have coming up.

One approach I am thinking about pursuing involves "messaging" my application (windows form in VS 2008 pro) from a mobile device, whether it be a laptop, phone, pda, etc.

is this possible? (1st question) and what is the "correct" implementation to do this? (2nd question)

The idea is to remotely disable the email sending feature of my program by the user (owner of the application) to kill email alerts if they are not at their computer.

View 3 Replies

VS 2008 : Acquire Geolocation Of Mobile Phone?

Dec 1, 2010

On my Windows Mobile 6.5 smartphone a lot of applications (Google maps for instance) know the geolocation of the phone without turning the GPS on. Is there a way to acquire the location in VB?

View 8 Replies

Mobile Application Cannot See Remote Sql Server?

Jun 20, 2010

I would like to develop a very very very simple application which will connect the MS SQL SERVER in my notebook and will be run at hand terminal-with windows mobile 6.Here is the code which i used :

Dim strSQL As [String] = "SELECT COUNT(studentid) AS totalp from Students where gender='m' "
' Dim Conn As New SqlConnection("Data Source=10.0.0.4MUSTAFASQL2;Initial Catalog=MYDBX;User ID=TEACHERA") <<< i used this too,
' Dim Conn As New SqlConnection("Data Source=10.0.0.4:1433MUSTAFASQL2;Initial Catalog=MYDBX;User ID=TEACHERA;") <<< and also tried this[code].....

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

Create A Mobile Application With .net 2008 Express Edition?

Feb 12, 2010

Is it possible to create a mobile application with VB.net 2008 express edition. I've done some research and some places have said that you need the professional edition.

View 1 Replies

Create An Application For Find Bluetooth Device In Around

Dec 19, 2010

i want create an aplication for find bluetooth device in around give me a sample if it posible

View 2 Replies

Java - Communication Between Computer And Mobile Using Bluetooth

Feb 6, 2012

I am trying to create a client server application. Server side is vb.net program which runs in my computer and listens for commands. Client side is J2ME application which is in my mobile that will send commands.

I have a Bluetooth dongle for my computer and I am going to use Bluetooth as the medium. Wifi is not supported by my mobile.

I know basics of VB.Net(using VB2010). And I have Oracle's J2ME SDK installed in my computer and I have created small(simple applications) applications using it.

So, I have searched in Google. But most of the results are confusing. Today I found Wireless Communication Library .NET Edition. But documentation is very poor. So I don't know in between things, that is connection establishment. But I can code how to execute when each command is received at both sides.

View 1 Replies

Send File From My Pc To Mobile Using Bluetooth @ Vb2005

May 14, 2012

how to send file from my pc to my mobile using bluetooth @ vb2005

by making a program and inclouding it this feature?

View 1 Replies

Send Page From Webbrowser To Cell Phone Via Bluetooth?

Aug 9, 2011

have created a simple web browser page, that loads a specific page, in the WebBrowser.I want to know how to send page from webbrowser to cell phone via bluetooth ?

View 4 Replies

J2ME - Bluetooth Serial Port Communication Between PC And Mobile

Feb 7, 2012

I am trying to create a client server application. I am going to make this simple so that a basic chat application. I have gone through these tutorials:

[Code]...

View 1 Replies

VS 2008 Application Remote Control (client/server)?

Oct 16, 2010

I need some pointers on which .NET technology to use for a project I'm working on. I'm building a "dashboard" digital signage WPF program that will display various things on a large monitor mounted high up in the ceiling of my office.What I need to be able to do is control certain aspects of this program from my desktop. For example, there will be a TV window in the application with signal being provided by a TV tuner on the mini-computer connected to the monitor in the ceiling. What I want to be able to do is make a remote control to be able to change the channel etc. I'm confused at what technology to use. I've read about remoting, WCF, and simple TCPclient classes but I'm confused at which one would be better. I'm thinking it may be better to use WCF because what I think I need to do is make a function that will change the channel and accept channel numbers, etc from the remote control program. Am I on the right path?

View 5 Replies

Sending SMS To Mobile Phone?

Aug 2, 2010

How I can send SMS to mobile phone via vb.net application. Is it possible?

View 1 Replies

SMS From PC Using Any GSM Appliance To Mobile Phone?

Nov 10, 2009

I have a project in vb.net 2005, an application that send, read & delete sms thru this program using a gsm modem with ordinary sim. The only module that i havent finish yet is the portion of send, read & delete sms from my gsm sim. does anyone who can help me or give a source code on how to send, read & delete sms from my gsm sim. i am currently using a smartbro huwaei gsm modem as of now.

View 1 Replies

Asp.net - Phone Numbers In JQuery Mobile

Jan 20, 2011

I wrote a basic mobile directory search for work. When I apply the jQuery Mobile code to the results page it no longer allows my android device to "tap" on the phone number (formatted as xxx-xxx-xxxx) and have it pre-fill the dialer on the phone. Without the jQM it works fine. Am I missing something, do I have to tag the phone number a certain way in order to get the phone to recognize it again? The jQM applies the "data-role=listview" to my unordered list and nested unordered list.

View 1 Replies

Futuristic Design For A Mobile Phone

Feb 19, 2010

I have to design the interface of a mobile phone for my assignment on VB.net.I don't know how should i begin and what should i include. I have to do the interface of a mobile phone with keypad.

I would have to include the screen of the mobile phone where i would be able to navigate the menus, whenever i click on the keypad.

how to start. I would be using windows form, but i have no clue on how to make a form display onto another.I will have to use it to navigate from one menu to another, for example from messages to contact.

View 1 Replies

Read Frimware Of Mobile Phone?

Jun 29, 2010

How write &H30,&30,&H30&H,30&H,&H30, TO this address 00408000 firmware is 00000000 to 08000000 example.how to upload photo here and how upload application

View 4 Replies

Send Or Receive Sms To Mobile Phone?

Aug 18, 2010

i want vb.net code to send or receive sms to mobile phone-GSM modem

View 1 Replies

Sending SMS Via Connected Mobile Phone?

Apr 3, 2012

is it possible at all the detect a mobile (eg. IPhone) that is connected to PC via USB and through it send an SMS using its mobile phone service? I have been searching for a while and all I have found is there are web pages you can write code that send sms via them but I am looking at code that is independent of another person or company.

View 1 Replies

DB/Reporting :: Connection Between Program And An Remote SQL Server

Oct 3, 2009

Connection between program and an remote SQL server. most of the hits were on VB6 and as you might see in the title I use VB.NET 2008, so let's begin:

[Code]...

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

Use The TableLayoutPanel Control In A Mobile Application?

Dec 9, 2009

Is There Anyway To Use The TableLayoutPanel Control In A Mobile Application

View 1 Replies

Create Application For Nokia Mobile Phones?

Jan 24, 2011

How can I create application for Nokia mobile phones

View 1 Replies







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