Connecting To The Sms Application With The Cell Phone
Jan 27, 2009the 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 Repliesthe 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 RepliesI 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 RepliesI'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]....
How can i send a sms with vb.net VS 2003 framework 1.1?
View 1 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]...
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.
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]....
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 RepliesI 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 Replieshave 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 RepliesI 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?
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 Repliesmobile 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 ?
Is it possible to write a program in VB.net, compile it, and run it on a Windows Mobile Smart Phone?
View 2 RepliesI 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 RepliesHow to dial a phone using visual basic 2008 like the program phone dialler.
View 5 Repliesi 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 RepliesIm 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]...
I am bignner in vb.net and i have develo[ed a small application of vb forms in which i have use a service based sql server databas(.mdf)i want to make its msi installer last time i have made it and after installation application giving error for connecting to sql server
View 1 RepliesI would like to create a OPC Client... But fist of all how do I connect a OPC-Server to me application. anyone who have done this? and maby hade some sample code??
View 8 RepliesI think this is the right place to post this...? If not please correct me. this is a picture of my application:Here are my questions:1. I want to make one of the IP and ports in the box to the left appear in the text box on the right when I double-click on one of them. How would I go about doing this?
2. I want the IP and port in the text box to be connected to when I click the button at the bottom, for all internet browsers the user has installed.3. I then want after the button has been clicked and the proxy connected to a pop-up to appear saying "You are now connected."
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 Replieswant to know how to connect database from window2008 server platform to ibm aix database is oracle 10g ..please anyone can help me here
View 2 RepliesWith Use of VB.NET, SQL Server, ADO.NET How can I develop an application for video rental management with the following specifications:
1. Keeping track of available videos
2. Accumulating surcharges for detailed videos returned
3. Warning subscribers through emails when rental period expires
4. Generating monthly report for the transactions
Special respect to extended functionalities such as reports on customers with surcharges when two dynamically specifiable dates are entered
I want to run a VB.NET desktop application with Centralized MS SQL DB server over internet at more than 72 outlets.The application should be able to run with the local MS SQL database if the internet connection fails. Once the internet connection resumes the local database should do the incremental updates on the centralized server and go live with it.
View 1 RepliesWhat are the steps that I have to follow while i connect the barcode reader in my desktop application.
View 6 Replies<Imports System.Data.SqlClient
Public Class LoginForm1
' OK button [code]....
End Class/>this my code to conecttin to the mysql via windows application with login form but i will see this con.Open( getting yellow
I need to create a application that will allow me to connect to remote computers and find out the os like w2k or xp so i can run the right scripts for that os.be able to input add an ip or computer name and pass it all scripts like bat, vba and psexec.
I would like to be able to put all util files and scripts in a single dir and have the selected from 2 or 3 differant dropboxs ie... bat's in one droplist and vba's in an other dropbox ect...
have preselected buttons to perform basic function:
1. who is logged on
2. what OS and service pack info
3. connect with netmeeting or remote desk top
4. run a remote command on remote desktop IE.. open with my user account a CMD, Control Panel, Explorer, Explore Network Connections.
have the app ping the pc first to verify connectivity, then execute the script or bat.
When I try to install the application from the files it produces when I follow the prompts from Build - > Publish (Visual Studio 2010) onto another computer, and then run the application on the other computer, it wont connect to the SQL database on the original computer. I've been receiving a timeout error or one which says it can't find the server.I have no idea where to start looking to fix this, both computers are running XP and 4.0 .NET Framework. The computers are linked on the same network.I think my connection string is the culprit, but I don't know how it should be set up to run on multiple computers. Here's my connection string:[code]The connection string works on the application I've installed on the original computer, but not the second computer I've tried installing the application on.My second thought was that it could be the server which is wrong, I've just used the name of my computer for that, is this correct? I thought it may be because all the computers are connected on the network.
View 3 Replies