I am getting an error every time when I try to send link with send dialog box, please any one help me out.
I am working on making a client and a server with windows, c++ the design what I decided is server is just sending what client have to render depends on client\'s sending message.
Can you explain. An example from 开发者_如何转开发the other site - it adds 2 users to the sending.
I have a small application that display traffic issues on public transportation in my small country: Belgium.
I have a as3 movie which loads an as2 in it. I create a movieclip in as3 and i want to pass this created movieclip to as2.
I have a web-site that has a hosting at some popular hosting company. The problem is that delivery of mail using php mail() function to user emails takes much much more than 1-2 minutes. 40 minutes is
I\'m trying to send a file from a client to a server, so I load the file in a byte array in the client side, and send it to the server through the send() method, but the received array is different an
I created the list that have device detected, and I want to send data to each device; The process is :one device sent data to first device and after disconnect first device and start to connect second
I am a newbie to sending mails through rails. I have implemented devise in my project and now I want to send a welcome email and/or a password-reset email. What changes do I need to make in Devise vie
In my app I need to send a String[] titlephotos; to another Activity. I think that with Bundle it i开发者_JS百科s not possible. How can I do this? Can anyone help me?