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
ADVERTISEMENT
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
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
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
Aug 18, 2010
IF cell phone is connected with PC over BlueTooth or Wireless and someone call that cell phone is it a possible to get caller person number from cell phone ?
View 5 Replies
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
Apr 3, 2009
how to make phone call from vb
View 2 Replies
May 25, 2009
I wanna do something like this. I connect to my phone using com port then I wanna make phone call by using vb.net.
View 3 Replies
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
May 16, 2010
I have road runner (time warner) as my telephone service. I'm pretty sure you can't just go making free calls through the internet via custom software or every half-intelligent programmer would be making free phone calls.I would like to know if there is a way to make an outgoing call (on the same telephone line that your handset uses) and have a vocal conversation with someone on the computers microphone/(headphones/speakers) devices.
View 1 Replies
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
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
Dec 22, 2009
How to dial a phone using visual basic 2008 like the program phone dialler.
View 5 Replies
Mar 1, 2010
How can i send a sms with vb.net VS 2003 framework 1.1?
View 1 Replies
Jan 24, 2011
trying to make a program that calculates a cell phone bill. u get 300 minutes for 29.95
for every min that exceeds 300 the cost is 17 cents per minute I want to make a if statement but i am having trouble setting it up.
View 5 Replies
Oct 26, 2009
Have to develop an application that will let me choose between cell phone plans, individual and family plans i have the forms and all choices done,. new forms open and old ones hide to keep it clean. i think i got all the variables declared, and got no debugging errors, but when i select the options, it always gives me the following:
1. adds one more phone than selected
2. only shows phone subtotal, tax and total
3. prices for options and monthly fees never show
Here is my code for all 3 forms
Public Class frmMain
Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
End
End Sub
[code]....
View 9 Replies
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
May 5, 2011
I am trying to initiate a call to a specific number from within a button in my application. I found example code on MSDN, but can't get it to work properly, and I think it is for the .net compact framework, not WP7.All I want it to present a button to the user which, when clicked, calls a predefined number (after asking the user if it is ok to call).
View 1 Replies
Apr 5, 2010
I want to make an App that will get my unread emails from gmail, then send them out to my cell phone. I am not too sure on how to do the networking parts of this program, any suggestions to start? I know I would have to connect to the IP of gmail, but I don't know how to handle the login part.
View 6 Replies
May 10, 2010
Is there any way of recording who makes an outbound call from a phone port in my house? and if so what number they dailed etc??
View 8 Replies
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
Feb 6, 2009
I made a smart phone application and was wondering how do you make a .cab to send to the phone? I understand that you can make it through the Microsoft Wizard but it doesn't seem to work right for me.
View 1 Replies
Jan 11, 2009
i wanna make a program with vb that can make pc to phone calls and i wanna know if it is possible with vb or if i need another program because im new to this programing thing
i added a tool in toolbox called phonecall but however i cant use it i dont know why
View 6 Replies
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
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
Nov 23, 2009
I'm trying to format a phone number in VB.NET 2008 in the code. user can type in this numberfor example: (203) 555-1212The format I would like the phone numbers to appearis this:203.555.1212I haven't been able to find the correct format.I tried this:Dim x As String = "(222) 333-4444"Dim joe As String = String.Format("{0:###.###.####}", x)
View 4 Replies
May 23, 2009
want to Make web page think browser is a phone?
View 5 Replies
Mar 18, 2012
I want to make an app that uses the camera's LED constantly. I have seen a few examples that do this but I cannot get them to work as I need them in VB. I am open to C# code that I will convert myself. Also I know you need the windows.phone.media.extended.dll assembly. I have managed to dump the emulater image but I am not sure if the assembly will work. How can I use reflection instead?
How can I convert the following codes to vb?
private void VideoCamera_Initialized(object sender, object eventArgs)
{
if (Initialized != null)
[Code]...
View 1 Replies
Feb 21, 2011
Is it possible to make applications for the Android phone using VB .NET?
When I searched this, I found stuff where people talked about it, But I didn't find any guide on how to do it or anything that I'm looking for.
View 2 Replies
Jun 27, 2009
I want to make a program which will dial a phone number using modem. In the program there should be dial button and receive button and a text box 4 phone no. i want to make a call and receive from head phone and the program.
View 3 Replies