Phone To Sms From Asp.net?
May 17, 2011i 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 Repliesi 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 RepliesDetails : 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]....
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]...
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 RepliesHow to dial a phone using visual basic 2008 like the program phone dialler.
View 5 RepliesI 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 RepliesI 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 RepliesDepending 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 RepliesI 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 RepliesI 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 "(###) ###-####".
I'm developing an application that generates mobile GSM numbers, but i need to find a way to make sure each generated number (e.g: +23408068576645egin_of_the_skype_highlighting +23408068576645 end_of_the_skype_highlighting) is in use and importantly the CellID or location parameters of the number: the software is not a mobile app, but rather a Desktop app.
View 1 RepliesI'm looking to create a windows application in vb.net or c#.net that will capture the phone number of incoming calls. This would be a land line. What would the hardware requirements be?
View 3 Replieshow to make phone call from vb
View 2 RepliesI 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 Repliesi 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
I'm in MS Access 2003. I inherited a form with a text box. The text box has the following input mask. !(900") "000-0000;0; Here are my issues.
1. If the form is opened and I click in the text box at a point that is not leftmost, the cursor may not be placed at the leftmost position. Sometimes, it gets stuck at some point in the displayed mask. If I click in an empty text box, I always want the cursor to be leftmost. How can I create that behavior ?
2. If I get the cursor in the leftmost position of the text box and try to paste in phone numbers in certain formats, some of the input gets chopped off. ex: 555 555 5555, becomes (555) 555-{cursor} 555-555-5555 becomes (555) {cursor} IMHO, these formats are common enough that I would want a mask to accept it. Can I make the mask more general ?
3. What is the meaning of leading !, the double quotes, and the semi-colons?
Despite the fact that Lisa and Luca anounced on 13 may 2009 that C# and VB.NET would have a Co-Evolution i am dissapointed that there is still no VB SDK for Windows Phone 7 development ( afaik complete XNA isn`t supported yet ) .
View 6 RepliesHow I can send SMS to mobile phone via vb.net application. Is it possible?
View 1 RepliesI 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 RepliesI have had a look over some posts in here on a similar theme as to my question but none of them are getting me any further forward. All I am trying to do is make sure that when a phone number is entered in a textbox that it conforms to the following formats:
1) #### ### #### (All numbers)
2) ##### ###### (All numbers)
3) ###### (All numbers)
Has there been any progress on getting VB to work with XBox 360 and Windows Phone 7? I hate to be rude, but it seems like we still considered to be second class citizens when it comes to non-desktop platforms.
View 4 RepliesI 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 RepliesI am writing an application in VB for windows phone 7.5 but it has some bug
[Code]...
How can i send a sms with vb.net VS 2003 framework 1.1?
View 1 RepliesFinally got my hands on a windows phone 7, for development (Samsung Omnia 7), nice machine. I normally develop for WM6, which always you to connect to an sqlce database, I've found that in WM7 no database is available, what are my options XML, my own database etc,
View 3 Replies[URL]'InitializeComponent' is not declared.
It may be inaccessible due to its protection level. [URL] 'CountTextBlock' is not a member of 'Tally.Tally.MainPage'.
I have no idea why i am getting these errors. Please check the links for images of the errors. I have converted the code from c# to Vb.net using many converters. All of them gives the same conversion.
Code :-
Imports System.Windows
Imports System.Windows.Input
Imports System.Windows.Navigation
Imports Microsoft.Phone.Controls
Imports Tally.WindowsPhoneApp ' For the Setting class
[CODE]...
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 RepliesHow 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 Repliestrying 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.
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]....