Questions tagged [send]

is a generic tag for communication between programmed elements using some protocol.

This is the generic tag to use when two or more elements communicate each other using some protocol. An example of this is, send a data flow through sockets from one application to another, send a data flow from a client to a server or send some data from one application architecture component to another.

2171 questions
0
votes
1 answer

How to add a custom item to the Microsoft Office Send To Menu

Is it possible to extend the "Send to" menu in Office (not the Windows one; I know how to do that). I would like to launch my own application with the source document as the target. Update: I am looking for a non-VSTO based solution.
tecmo
  • 131
  • 1
  • 7
0
votes
1 answer

OllyDBG: WS32_32.send is not in a function?

What does it mean? Did I do something wrong? I'm attached to a game in it's "adobe air" module. I'm going by his tutorial, by the way:…
Naltamer14
  • 187
  • 3
  • 10
0
votes
0 answers

Why is my program not receiving data the right way and right order?

I wrote a c# program where I will send functions to a pic and receive the desired data from it. After the last function is sent, it will loop and send the first function again. However, afterwards the received data is not consistent. Sometimes it…
0
votes
1 answer

Android Intent, send parameters?

So, I've been checking a couple of posts related to opening apps from the browser but my question is. If I want to open the app but I also want to send a string in the link (the string will containt some passcode to open a certain part of the app…
0
votes
1 answer

FC when send image via SMS in android

String message = "HELLO MSM"; Uri sendSmsTo = Uri.parse("smsto:" + "1111"); Intent intent = new Intent(android.content.Intent.ACTION_SENDTO, sendSmsTo); intent.putExtra("sms_body", message); …
0
votes
0 answers

Aspx Send Mail Error

Is there any problem in Web.config? When i sent mail i get this error.I think error is in the Web.config file.As you can see i dont know ASPX.I just want to edit codes and send mail to another adress Thanks for your help
0
votes
0 answers

Delphi XE8 (FireMonkey) Android SendTextMessage using sentIntent & deliveryIntent

I'm afraid this is a hard one. I have spent a long time searching and although I found many requests I didn't find a clear answer. I use SendTextMessage in a loop to send SMS messages to multiple…
ion
  • 79
  • 2
  • 10
0
votes
0 answers

Sendmail doesn't messages correctly or they never arrived to destiny. Why?

I am trying to send a mail via sendmail command in ubuntu terminal like this: sendmail EMAILADDRESS FROM: FROMADDRESS SUBJECT: hello world this is a test email . I don't get any error in console, but in the logs I get the next line: localhost…
jartymcfly
  • 1,945
  • 9
  • 30
  • 51
0
votes
1 answer

Seding email via WPF make app shutdown

When I try to send email on computer with enviroment(Visual Studio 2015) everything is fine but when I copied it to another computer(VMWare Virtual Machine) and try to run it shutdown, here is main code: try { SmtpClient client = new…
KariiO
  • 9
  • 1
  • 5
0
votes
3 answers

Sending post request to php webservice is not returning any value in swift 2

I want to invoke or send request to my php webservice which it generates response in xml format, and I need to parse that data to get sound link and send it to player. I have wrote the below code but when I debug it there is no response…
anonymox
  • 419
  • 1
  • 9
  • 32
0
votes
1 answer

Send Email from my vb .net windows form

enter image description herewhen I send Email from my vb .net windows form than an error occur i think there is some authentication problem.. MailBox Unavailable.The Server Response Was:5.7.3 Requested Action Aborted; User Not Authenticated
simran
  • 1
  • 2
0
votes
4 answers

Qt "tcpserver->write(string)"

i have a very simple question here, How can i send a string with tcpserver->write(string); I tried: tcpserver->write("string") and it works, but if i want to input a string in there, i get a "no matching function to call to…
Ingmar05
  • 501
  • 2
  • 8
  • 25
0
votes
1 answer

Pass Value to One Script to Another in Unity3d

Currently, I'm trying to add / subtract value from one script to another. I wanted script one to add +125 health to script two but don't know how. There is no gameobject involved in this scenarios. Script one is using UnityEngine; using…
Coder
  • 499
  • 3
  • 13
  • 29
0
votes
1 answer

Send SVG content through XMLSerializer not working when SVG is too large

I'm working with inline SVG. I need to send the SVG content to a server (running ASP.NET MVC) with other informations from the page. The code below works fine when the SVG content is small, but when the content is too big, the data is not being…
Sah
  • 189
  • 1
  • 2
  • 11
0
votes
1 answer

send: command not found - CentOS 6.2

I'm trying to execute the next script (run.sh): #!/bin/sh # Rooms and Floors example CEP=localhost:8080 . ../common.sh # Send an updateContext request with Room temp function sendRoomTemp() #(url, floor, room, value) { payload='{ …
David Corral
  • 4,085
  • 3
  • 26
  • 34
1 2 3
99
100