Send Data To Application Via Internet Website?
Aug 11, 2009I need to somehow send data from a website (On different computer from application) to my application. How would I go about this?
View 5 RepliesI need to somehow send data from a website (On different computer from application) to my application. How would I go about this?
View 5 RepliesI got a window form, and I want to send data to another computer or a server over internet after the submit button is clicked. Yes, this is a very "general" question (I cant not ask it in more detail), because I don't have any information how to do that, I google it, and I heard WCF, but I am not sure how it actually can do this job (seem like WCF is related, but still researching).
View 4 Replieshow to send a file from my application to my website if my computer happens to be connected to the internet. It's an FTP site. I used Visual Web Developer 2008 to build my site. I obviously have to do some digging of my own but maybe someone can tell me a few things to point me in the right direction.
View 1 RepliesI'm a total noob to website development and I'm trying to send data by a HTTP POST to an already opened website, let me explain:
I have a website, that it's being called from another website (that I'm not developing) into a new window, my website performs a query and gets the data that has to be sent back. I need to know if my website can send the data to the already open website that called mine, or do I have to send the data to a new window.
how to send a file to any website using http protocol in vb.net windows application?
View 3 RepliesHow to send a file to any website using http protocol in vb.net windows application
View 1 RepliesI found similar forum thread [URL], but he don't have answers. How I can conncect | send | recive data using tcp connection with specific internet service (not web).
View 1 RepliesThis website "[url]..." contains currency exchange rate, and it's useful to my desktop application " bill system " .the question is: How to get data from this website to my desktop application textboxes ?
View 4 RepliesMy website look and feel is not 100% the same in Internet Explorer 8 as it use to be with Internet Explorer 7. My site is created with VS 2005 and ASP.NET 2.0.
How can I fix this?Is there a way to fix this?
Edit:For those who want to see my website, it is Located Here - Some borders are diff. and the Email/Username text box in the Login Control in WAY at the top and actual Login Control width is less now.
Edit:Those who view my site from now on will not see what I am talking about from now on since I made some changes to the site and fixed the problems.
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 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 currently have a simple VB.Net WebBrowser program uses webbrowser control, I 'd like to have certain data returned by a sever in the open web page send to the VB.net program, i.e. retrieve the html response from ASP.NET page.
i need to query a database a user's Full Name, when data is returned by the sever side script, it won't do any update on the web page, instead it should notify the VB.net program what users' full name is.
i had a code to send emails but it is giving me problems, so i was wondering if there are some settings that i have to do in my computer first before i can run the program, or can you please give me a working code
View 4 RepliesI have two programs running, a client and a server. They are connected through a socket, and a TCPListener. The server is pure VB.NET, but the server needs to take pictures of the desktop, which works, but then needs to send it to the client application.
View 3 RepliesIn our project we've decided to put an exam generator using vb.net and after generate you can send it to client computer/students. *server computer/teacher will the one who will use exam generator and send it to the client computer/student*student will recieve it and then send it back again to the server computer/teacher*teachers will going to generate an exam depends on the type of exam, so i think im going to make it a wizard type environment
View 14 Replieshow to make a program that sends files from a computer to another?
View 7 RepliesI have written a vb.net desktop application for pipe collectors and one of the requests that seems popular is to be able to post pipe details (text) and an image of the pipe onto the user's facebook wall.
Basically the user will bring up their pipe details of choice and be able to click a 'Post To Wall" button which would then post the pipe details onto their wall.
I'm trying to serialize an object so that I can send it over the internet to another client. There is 1 problem however I wrote the code and it threw an exception, I searched google to see what I had done wrong.
[Code]....
I have an asp.net webpage that only contains a textbox and a button. The user submits their email address using this webpage.What I am trying to do now is take the information submitted by the user and go to another website. Where my "website/program" gives the different website the entered email address, and clicks the submit button.
If I where to physically go to the different website, there would be a textbox to enter the email. But since I am accessing the website from my page "behind the scenes" I cant manually enter their email address.Is it possible to do this, if so how? Also, my code behind is in VB.
What is the VB.NET (or C#) code to prepare POST data and send to a different website than specified in the current <form ...> section?
EDIT: Every algorithm I've found online using HttpWebRequest gets the returning page from the other site and outputs it with Response.Write. I want to navigate to the new page posting the data and leaving the current page completely.
EDIT2: (more specific description of what I want)The code below displays a line chart. When the user clicks on the label for a data point, the page refreshes (performs a postback) and displaying the x-value of the clicked point.Instead, upon clicking a label, I want to send other_id="#VALX" as the only POST data to other_results.aspx as if the user had typed the corresponding id into the the TextBox on other_search.aspx and clicked Submit.
<%@ Page Language="VB" AutoEventWireup="true" %>
<%@ Register Assembly="System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace="System.Web.UI.DataVisualization.Charting" TagPrefix="asp" %>
[code]....
How to send a file to any website in vb.net windows application.
View 2 RepliesWorking with my friend on a Minecraft casino program. I want the program to send a packet of data to the server. He can make the plugin to capture the data in java but how do I make my end of it to make it send the data to the server? Do I need to make a class with the data to send the data?
View 9 RepliesI have the following code which is meant to send an email from the website. I want the your name, phone number, your email and inquiry to be in the body content of the page as an html formate.
[code]...
Inorder ti create a web bot, I wanna to send many different request from a web site.
every request will do somthing and then the result will be shown.
I Just want to send request and not to get the results.
How can i find that when my request is completely sent?
ability to send words and numbers to another computer using internet. (I would prefer if a server computer wasn't needed.)
View 1 RepliesIn my application i have integrated SMS functionality using HTTP. Due to unstable internet connection, sometimes it so happens that the SMS failed to get delivered. how to queue these unsent SMSs and send it later when the internet connection is restored?
View 9 RepliesI'm using asynchronous to send/receive from a website I want to block the BeginGetRequestStream method which I have done, using
Code:
WaitEvent.WaitOne(1000 * 20, false);
the problem is that it blocks the UI, which I thought it did not so it basically works like GetRequestStream which does block the UI.
[code]...
when the Internet it's ok,this code it's okay,too.but when the Internet it's not connect or the webside server it's so busy,it's going to error,it said "Webexpection it's not handle".what should I do?
I would like to know how HttpWebRequest and HttpWebResponse works. How would I send a login request to a website and then find out if it worked or not?
View 2 RepliesI have a problem I have a project that needs to have a communication of asp .net to vb .net my project is i want to access or control(like a remote control) the vb .net application(server) using asp .net(client side) asp .net is like a remote control and the vb .net is the application that needs to control i need to use internet to do that.
View 1 Replies