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


ADVERTISEMENT

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

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

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

How To Make Phone Call From Vb

Apr 3, 2009

how to make phone call from vb

View 2 Replies

Make Phone Call From Program/

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

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

VS 2008 Make A Phone Call And Have Conversation

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

Battery Status On Windows Phone App?

May 26, 2012

How can I receive data about the battery status for windows phone ? I checked on microsoft's site but i couldn't find anything except the charging mode :S

View 1 Replies

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

Place A Call In .Net For Windows Phone 7?

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

Cell Phone Active Call Number

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

VS 2005 How To Check If At Least 1 Phone # Is Entered

Dec 2, 2010

On my form I have 4 Phone Number fields, at least one of them has to have a number entered for contact purposes. I am trying to check and see if at least one is. I declared a form variable;'declare a variable to see if at least 1 phone number has been entered Dim count As Integer = 0..In the text changed event I do this;[code]But when I add a breakpoint as soon as I run the app it says count is 1 on the first phonenumber. What is the error in my logic. Somehow I need to be able to tab through all 4 controls and if they are all empty then let the user know they need to enter at least 1 phone number.

View 2 Replies

Record Who Makes An Outbound Call From A Phone Port In My House?

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

Make A .cab To Send To The Phone?

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

Make Pc To Phone Calls?

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

VS 2010 : Use Regex To Check If The User Add The Numbers Of Phone In This 'Formula'?

May 3, 2012

I need to use regex to check if the user add the numbers of phone in this 'Formula'

0911111111,0922222222,0933333333
must the number start with '09'
must the number contains '10' characters'
must the numbers seperated by Comaa ','

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

Make Format Phone Number?

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

Make Web Page Think Browser Is A Phone?

May 23, 2009

want to Make web page think browser is a phone?

View 5 Replies

C# - Make A Led Torch/flashlight App For Windows Phone?

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

Make Applications For Android Phone Using Program?

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

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

Make A Program Which Will Dial A Phone Number Using Modem?

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

Make A Regular Expression Format To Validate Phone Number?

Apr 15, 2012

i try to make a regular expression format to validate phone number at this format: (555) 555-5555 Dim IsPhoneValid As New System.Text.RegularExpressions.Regex("^/([0-9]{3}/)*[0-9]{3}*[0-9]{4}$")

View 3 Replies

Phone To Sms From Asp.net?

May 17, 2011

i am new at mobile developement. i want to create an application that sends out smses.do i necessarily need a phone when i have the internet. can someone push me in the right direction.

View 8 Replies

Sms Code From Pc To Phone In Vb?

May 22, 2011

I would like to write a program in VB that can send sms to a mobile phone. However i really don't know where to start. On internet i cant find any tutorials on how to do this. Could any one have an idea or know where i can learn about this?

View 1 Replies

.net - SQLite And Windows Phone 7.1?

Jan 31, 2012

Depending on what i know, SQLite is supported in WP7.1, but i cant even import System.Data.SQLite to the project should i download it as a dll specially for windows phone or am i missing something?!

View 1 Replies

.NET SIP Phone System Integration - CID?

Apr 10, 2010

I would like to integrate our SIP VOIP FreePBX phone system with our VB .NET app. Especially Caller ID. I want the customer's caller ID to show up in my app.

View 6 Replies

Format A Phone Number?

Oct 15, 2009

I want to display a phone number in a text box like this:

"(828) 524-5121".

In VB6, I could do this:

temp= Format("8285244121", "(###) ###-####")

and temp would be "(828) 524-5121".

If do this in VB2008, temp is "(###) ###-####".

View 15 Replies







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