Send SMS From Web Application
Dec 14, 2010I've to send SMS from My web Application (I'm using ASP.NET VB). My SMS API is on .php site. Here is a Sample.
[Code]....
I've to send SMS from My web Application (I'm using ASP.NET VB). My SMS API is on .php site. Here is a Sample.
[Code]....
is it possible to make one application send a task to another application and recieve the result from that secondary app?i made a text editor program and i added a scan feature and i made another app that has ocr capabilities.The scanner ability is in my text editor program, the ocr program doesnt scan you have to input an image into it and it will give text result a few seconds later.the prob is alot of times the ocr code uses sooo much memory and crashes when its incorporated with my text editor, but individually each application works fine and doesnt take too much memory. Memory wont be even an issue if the ocr program is standalone so that when it is done decoding image the application can be made to exit. now here is the question, how do i make my text editor send the image to the ocr program and how do i make my ocr program send the text back to my text editor? is it possible? i mean the only way i know off is creating temp files in a certain folder and having a timer on each program that keeps waiting for temp files. That just seems like pretty lame coding to me i was wondering if there's a better way?
View 11 RepliesI need to send a short string, (less than 30 bytes, but sent every second), from one VB application, to a Delphi application.. is this possible, using CopyDataStruct, WM_COPYDATA and SendMessage functions in Windows?
View 1 RepliesI have already asked about the problem in java forum.Now i think the solution is only possible through microsoft products.Problem is i want to get the handle of a application and send commands to that application.Is it possible commands are send to combo box , text area, buttons etc..
View 2 RepliesHow can I send data from a C++ application to a VB application?Or the other way around, read with VB the data from de C++ application.Is it possible like a setvalue or getvalue command?
View 3 RepliesI want 2 send a sms through vb6 application ,i want to know the possible options.
View 1 RepliesI want to send SMS by windows application. I ran the code but I got an error. This is
AT
OK AT+CMGF=1
OK AT+CSCA="+9460921985"
[code]......
I have a solution, which has two projects.Project A generates an executable. Project B generates a dll,which is used by the executable. This project I downloaded from CodeProject site, and it worked very well.[code]...
View 5 Replieshow i could send an email from within a vb application?
View 3 RepliesI'm trying to send a simple plain-text email through my VB.net web application.[url]...
But, regardless of what email addresses I use, I keep getting the message "unable to connect to the remote server".[code]...
Send Emails On My Asp.net Application.[code]...
View 2 RepliesI would like to know how to send keys to another application and also, how to get some text from application and then send keys.
Example.
somegame.exe ( I type in-game message ?mm ) and my vb.net application see that and send keys to somegame.exe ( Missing Player From Middle Lane )..
I am using visual basic code, specifically the sendkeys.send method, to send keystrokes to a different application, in my case Acrobat Reader. Here is my problem. I am sending instructions and text to define a path to a file I want to open in Acrobat Reader. Every keystroke is being sent and interpreted in Reader correctly except the Colon. This is the line of code I am using:Sendkeys.send("C:")
I have tried every variation of this simple line of code I can think of, but the result is the same. Reader for some reason wants to interpret the Colon as Uppercase Q, so what I get is CQ. This of course totally messes up my path to the file I want to open.Sendkeys. sendwait("C:") Behaves the same
I understand there are timing issus with this method so I have added code to my app.config file suggested in this forum for taking care of the timing issue. I have also inserted delays into the execution of the program steps. Nothing I have done solves this problem.I wonder if anyone else has experienced this or a similar problem and if so what was done to correct it.
I am trying to make an application that will send messages to an sms mobile phone (the provider is GiffGaff but i dont sort of know there SMS Server Name). Here is my coding so far....
[Code]...
I am trying to make an application that will send messages to an sms mobile phone (the provider is GiffGaff but i dont sort of know there SMS Server Name).Here is my coding so far....Imports System.Net.Mail
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[code].....
I want to send SMS Via GSM Modem from vb.net application I write code But it is not working .
Here is Code below :
Public Class Form1
Private SMSEngine As SMSCOMMS
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[code].....
I have this application to send sms but the reason is that when i start to click on the send button, it does not send. but when I start the application again to send sms by clicking on the send button, it is sending. when i send again using a different number, it cannot send.
View 6 RepliesI cannot find any solutions so far using the MSDN search, so I'll just ask the question here. I am trying to make a "bot" so to speak for a game that I play so that I can automate movements and macros. I've never used Sendkeys method yet until today so I am very unfamiliar except for the articles I have seen on the MSDN.
Basically, the game I play I can manually set macro keys like spacebar to perform task. What I want to do is have my application automate this process on a timed basis. Like, every 2 seconds send the key of spacebar to the other application (MapleStory.exe).
[Code]...
So im trying to allow the user to send a message to an application on a server telling it to do different things. So i build the client and the server side applications and tested them on my computer and another computer here. Everything worked great, just like i wanted it to.
When I moved the server application to the actual server and tried connection via the internet, it did not work. I got the error message: An error has occured : A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond IPADDRESS:PORT
Well then I realized chances are a VPN connection to my server and using my servers name instead of my servers IPADDRESS would fix this problem, which it did.
I dont want to require the user to have to create a VPN connection, i dont really care reather they use the IPaddress or not, although if theres a fix for that too it would be great. Heres my code: (I have marked where the error occured)
''Client
Imports System.Net.Sockets
Imports System.Net
Imports System.Text
[Code]....
In some applications, like taskkill.exe you can send info to the app when it starts up. By that i mean taskkill.exe /f /im 123.exe.... how do i make my VB.NET app read that info on startup so i get it in a string like this "/f /im 123.exe". I have absolutly no idea what this is named,so thats why im asking here.
View 3 RepliesI am facing some problem when sending the input to webservice.
Here my code :
Protected Sub Button5_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Saman.Click
SamanDB.DataSource = Nothing
[Code].....
I have created an application which listens for strings being sent to my pc from a remote unit. I now need to add the function of sending strings back to the remote unit on a button press. I've searched for ages to find a solution but I'm not knowledgeable enough yet with vb.net to solve this solution.
I'm getting the error with the line opensock2 = New IO.StreamWriter(client.GetStream) saying its not connected. So I seem to need to pass the connection from the background worker to the button click, or have it somewhere else in the code to make it accessible. [Code]
Trying to send email from inside my application. I have traced everything in the program and everything appears fine. Connection is made to my smtp server (shown in log files) but the message is never sent.
Private Sub sendAsEmailButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles sendAsEmailButton.Click
Dim form As New EmailData()
form.ShowDialog()
[Code] .....
I'm trying to send some words to an application I'm running (no webpage). To do this I run my vb program and minimize it, so that the application I want to send the words to have focus.Now I've tried sendkeys, but it seems sendkeys only sends my first word and does nothing with the other words. The code below is called 4 times by the main form [code]but this throws in a overflowexception was unhandled error at the apiSendMessage(hWnd, WM_SETTEXT, 0, "Hello") line.I've tried several things but I can't figure it out how to send multiple words to the application without problems.
View 1 RepliesIn VB 2008, I am using the class 'process' to launch and external application with a few parameters. Does anybody knows how can I send it programmatically to second monitor?
View 1 RepliesI didn't found any performance counter that would monitor an process's/thread's network bandwidth and not just that of an ethernet card.
So I could see how much bytes did an application receive and send.
Did I miss something or is there another way?
I'm looking for a simple sendinput example, f. e. how can I send 'a' and capslock to the active application?
View 1 RepliesI'm trying to send a single keystroke to an application that has no window (because I have launched it with StartInfo.CreateNoWindow = True) and therefore I can't use SendKeys. I had a look at SendMessage but this doesn't seem to be quite right as the programme I'm sending it to doesn't process message queues.I would usually use the StartInfo.RedirectStandardInput property and send it via a StreamWriter but this doesn't not work as the application it is being sent to is looking for actual keyboard keystrokes, rather than pulling info from StandardInput (an old C++ programme using getch). Anyone have any ideas how to send a keystoke to an application with no window (FYI I don't need anything back from it, I don't need to wait until it's processed, and I only need to send one letter and no carriage returns or linefeeds, though these wouldn't hurt)
View 1 RepliesI know how to communicate with a web service from VB6 application using SOAP messages.
But I want to develop something like---- a Web Service will listen to request from other applications, and after receiving any such request it will send a message to process that request to my VB6 application.
I created a Console Application, with a Sub Main(Byval str As String), and when I run the debugger I get the following error:Error1No accessible 'Main' method with an appropriate signature was found in ...
Also I'd like the solution to my problem to apply not only to the debugger, but also to the .exe file that will eventually be created.Also, I found the following code on the internet, but I don't understand how to send the parameter in still.
Public Sub Main()
MsgBox Command$,vbOk, "Command Line params"
End Sub
Do I have to open cmd.exe, type: programname.exe -parameter 'Or something of that sort?