Send "massive" SMS Messages For Mobile Phones?

Aug 24, 2010

I have build an application to send "massive" SMS messages, for mobile phones.For doing this, I use 4 GSM modems connect to my computer.About the aplication, it will be used for emergency calls, for firefighters, in my corporation.

The question is:- I can't use SMTP for send sms, cause I dont have Internet conectivity every time. So, this way its not possible. I make the app, sending AT commands to the GSM modems.But, it gives me some problems, some messages are not send, the modems "hangs" frequently, and its necessary restart the computer.

I have heard, that exist another better ways for doing this, but who are using thisr ways, don't tell me how make it.

View 9 Replies


ADVERTISEMENT

Tcpclient - Code To Connect To An SMS Server To Send Sms To Mobile Phones

Jun 23, 2011

Am using this code to connect to an SMS server to send sms to mobile phones but am getting stucked at the the bold like below:

[CODE]:.....................

View 1 Replies

Create Application For Nokia Mobile Phones?

Jan 24, 2011

How can I create application for Nokia mobile phones

View 1 Replies

Send Sms From Pc To Mobile?

Mar 11, 2010

ow to send sms from pc to mobile in vb.net

View 1 Replies

Send Sms Through Pc With Mobile?

Sep 21, 2009

i tried hard to send sms without ssending number.

i mean [from:Idea] hi,there?

the sms which ssended by u ,at other mobile it dosent shows any phone numbers,it shows as shown above. i have asked to provides for this kind of services or features but they are not responding and say that they sending this kind of sms through their server.remind u i am not using gsm modem.

View 1 Replies

Send The Sms To Mobile From PC

Dec 30, 2010

I want to send the messages from my computer to mobile. I am using vb.net 2008 edition,

View 1 Replies

Code To Send Sms In .net Using Mobile?

Mar 5, 2010

i need code to send sms in vb.net using mobile.

View 4 Replies

Send A Message To Mobile?

Mar 11, 2010

i have big problem on sending Message to mobile. i had created one application where i'm storing the All the information of customer now when they placing order i want to send them message of their bill amount. and bill date. but i'dont no how to send message on GSM AND CDMS mobile.

View 1 Replies

Send Message From Mobile To Pc?

Mar 1, 2009

can we send mess from mobile to pc by how.(in vb.net)

View 6 Replies

Send N Receive Sms Via GSM Mobile?

Jun 18, 2009

how i send and recive sms through GSM like mobils using the AT command. vb.net have any api or control for it

View 1 Replies

C# - Send And Read SMS From Mobile Attached To PC?

Nov 20, 2010

I am building a Windows Desktop software that will respond to SMS request and sending a SMS as reply automatically.

The software is ready and working just fine but it works only and only with Nokia Mobiles and the prerequisite is that Nokia's PC Suit has to be installed first before my app can work.

But now my customer wants to change his mobile so he wants me to change programming so that it works with any mobile.

View 3 Replies

How To Send Email To Mobile Devices

Jul 5, 2011

I wanna to no how to send email to mobile advice?

View 5 Replies

How To Send Sms Through GSM Mobile Connected With Computer

Aug 18, 2010

Could anybody give me code to connect with GSM mobile and send sms through it?

View 2 Replies

Send Data To Mobile Application

Feb 25, 2010

i need to send datas to mobile application developed using java can i send datas from vb.net windows application to java mobile applications can anyone tell me what is the simplest and secure way to send data from vb.net windows app to java mobile app

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

Allow Users To Send Each Other Messages?

Jan 5, 2011

In my program I am using a MySQL database and I want to allow users to send each other messages ("Emails"). How can I go about something like this? I'm not wanting someone to do my 'homework'

View 4 Replies

Send Messages Between Two Applications?

Oct 26, 2011

I need to send string messages between applications (many clients and one server). When I tried using PostMessage/WndProc, then my message got split up in strange portions [URL]. So that was a no go.Second I tried using Pipes, but couldn't make it work with multiple clients.Third I tried using TCPIP, but couldn't make that work too.

View 2 Replies

Send Messages To Users?

Apr 4, 2012

I used to send small messages to users on a network through "SendMessage" under the user tab of the task manager. Now I have 2 virtual servers where users connect through remote desktop sessions, and I can no longer send messages to all users this way. Therefore I wanted to put this function in a application.

View 1 Replies

Send Messages Via Program?

Aug 3, 2009

How can i send messages via vb.net, i cant find anything working on the internet.[code]...

View 4 Replies

Send SMS Messages Via A URL Using Program?

Jun 27, 2012

I want to send an SMS message to many people. I have the person type and phone number for each person in a MySQL table. Using a stored procedure, I am calling a stored procedure in the database to get a list of phone numbers for all the people of a particular type and store it in a DataTable object. I have one URL that I need to use to send all the messages for all the people of that same type. The variable s in the below code is the person type which comes from a drop-down control[code]...

How do I loop through the resulting DataTable and send the SMS message to each one using the URL? The variable dt has the list of phone numbers for the people who match the type stored in s. Please help me solve this problem. I am new to VB.NET.

View 1 Replies

Way To Send Text Messages

Feb 11, 2010

I know how to send emails, but is it possible to send out text messages?

View 20 Replies

Create Application To Send Message To Mobile By SMS?

Mar 19, 2010

I want to create application to send message to Mobile by SMS , But I didn't know what the requirement for this and what the steps to make this application?

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

How To Send Messages/commands Between Apps

Jun 15, 2009

I've got a curious problem that I can't crack. I have 2 applications, app A and app B. Application A runs continuously doing various things. On the same machine I have application B that runs infrequently at random. I need for application B to tell application A to do something. Both are vb.net apps that I've written and can tweak to make this work. I can't figure out how to get app B to communicate with app A while app A is already running?

View 4 Replies

Networking - Send Messages From One Computer To Another Using .net?

Aug 25, 2011

i've been wanting to do this for a few years now and it amazes me that no one can come up with a solution.i want to write a program (preferably in vb.net) that can send a message to another computer (or device) that is connected to the same network as me. I want the message to appear on the other computer (or device) in a popup message box. Also, it would be ideal if this could be done through some sort of bluetooth connection, if not then local ip connection will do. I don't know how i would go about doing this but i know it's possible because i've seen some programs do it... in fact i've seen a program called blackrain that without any additional software installed, can display messages on an ipod touch screen to instruct the yser what to do, and then display the results from their input on the computer screen, almost instantly. I would like to know how that works as well if anyone has any thoughts please feel free to share them!

[Code]...

View 1 Replies

Send Messages Between Matlab VB6 And .NET Programs?

May 16, 2009

We are upgrading a suite of data acquisition and analysis routines from VB6 programs to a mixture of VB.NET, VB6, and Matlab programs. We want to keep the system modular (separate EXEs) so we can easily create specialized stand-alone analysis programs without having to constantly upgrade one massive application. We have used MBInterProcess to send messages between EXEs when all the programs were written in VB6 and this worked perfectly for us (e.g., to have the data acquisition EXE send the latest file name to a stand-alone data display program). Unfortunately, this ActiveX cannot be used within Matlab or VB.NET to receive messages. We are wondering what is the simplest string message passing system (pipes, registered messages, etc) that we could adopt. Right now we are just polling to see if new file was written in a specific folder, which can't be the best solution. Our ideal solution would not require a huge investment in time learning nuances of Windows (we are biologists, not full-time programmers) and would work in both WinXP and 64-bit versions of Windows.

In response to the queries, we have wrapped the entire Matlab session within a VB6 program that has the MBInterProcess ActiveX control. That works but is not a great solution for us since it will probably lock us into WinXP forever (and certainly will prevent us from using the 64-bit version of Matlab). The latest version of Matlab (2009a) can access .NET functions directly, so we assume one solution might be to use the .NET library to implement pipes (or something similar) across programs. We would like to recreate the elegantly simple syntax of the MBInterProcess ActiveX and have a piece of code that listens for a message with that program's top-level Windows name, and then call a specific Matlab m-file, or VB.NET function, with the string data (e.g., file name) as an argument.

View 2 Replies

Send String Messages Between Applications?

Oct 18, 2010

I have the following issue: i want to make a vb .net application that can send any string message to any other application opened in windows(more specifically to an application created in visual c++ 6.0). To tackle the problem i firstly created 2 forms in my project and tried to send a message from one to the other. I have tried 2 ways[code]...

View 1 Replies

Use Ports In Vb To Send Messages And/or Data?

Sep 26, 2011

I am currently making an app in visual basic that I plan to make a chat server. I know that somehow I'm going to get the program to send and recieve data across ports on a certain ip address with variables such as maximum connections, etc.

The part I am mostly stuck on is firstly the code that you would need, or how to make a function to interact with ports across an ip.

Secondly, would it be a good idea to make a backround service to run for it to work on a host, and also how the other computers are going to find a host.

View 2 Replies

Send Image From Computer Connected To GSM Modem To A Mobile

Jul 29, 2009

how to use at commands in vb.net and how to send image from computer connected to GSM modem to a mobile using vb.net

View 1 Replies

Program Where Can Send Text Messages To People

Apr 20, 2009

I am making a program where you can send text messages to people. And as you can see I ran into a problem. I am trying to load everything from text boxes because I want everyone to be able to use it. So dose anyone know how to fix my code? [code] When I run this it says it dose not work and it says it needs to load properly.

View 5 Replies







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