Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sys or CPU Temperature Pin
Orkun GEDiK15-May-04 11:46
Orkun GEDiK15-May-04 11:46 
GeneralRe: Sys or CPU Temperature Pin
TigerNinja_15-May-04 11:49
TigerNinja_15-May-04 11:49 
GeneralRe: Sys or CPU Temperature Pin
eggie515-May-04 11:51
eggie515-May-04 11:51 
GeneralRe: Sys or CPU Temperature Pin
Orkun GEDiK15-May-04 14:25
Orkun GEDiK15-May-04 14:25 
GeneralCrystal reports Pin
blankg15-May-04 10:25
blankg15-May-04 10:25 
GeneralRe: Crystal reports Pin
Heath Stewart16-May-04 12:06
protectorHeath Stewart16-May-04 12:06 
GeneralRe: Crystal reports Pin
blankg17-May-04 5:06
blankg17-May-04 5:06 
Generalseaching a web page Pin
mikey C15-May-04 9:31
mikey C15-May-04 9:31 
Hi All, I need help on a programme that Retrieves some data from a web site. what I need is for my windows form to have three boxs on it which the user uses to input some info.

the first box = A web site adress.
Second = (string Varible) e.g. "Engineer"
thered = (string Varible) e.g. "Location"

once these have been put into the boxess and a connect button pressed the form is connected to the web site and the infomation sent into the correct boxes on the web site.
On the web site with the boxs there would also be a button that the surfer would normally click. Can I add code to my project that will perform this task automatically.

I have already got the form to connect to the server useing the TcpClient class and used the following code to upload the data.
// data input to the box
Data = Location.Text +CRLF;
szData = System.Text.Encoding.ASCII.GetBytes(Data);
Server.UploadData("http://"+WebURI.Text,szData);

but this doesnt work and all I can download is the Souce code for the web site.

Can anyone Help, I dont want you to do it for me but guide me in the right direction. Smile | :)
GeneralRe: seaching a web page Pin
eggie516-May-04 5:21
eggie516-May-04 5:21 
GeneralRe: seaching a web page Pin
mikey C16-May-04 12:39
mikey C16-May-04 12:39 
GeneralRe: seaching a web page Pin
eggie516-May-04 19:36
eggie516-May-04 19:36 
GeneralRe: seaching a web page Pin
mikey C17-May-04 1:32
mikey C17-May-04 1:32 
GeneralRe: seaching a web page Pin
eggie516-May-04 6:32
eggie516-May-04 6:32 
QuestionHow to do list view control? I really need it/ Pin
Member 110099615-May-04 5:52
Member 110099615-May-04 5:52 
AnswerRe: How to do list view control? I really need it/ Pin
Corinna John15-May-04 9:39
Corinna John15-May-04 9:39 
GeneralRe: How to do list view control? I really need it/ Pin
Heath Stewart16-May-04 12:08
protectorHeath Stewart16-May-04 12:08 
GeneralCustom TextBox Control Pin
dragos_inf15-May-04 4:10
dragos_inf15-May-04 4:10 
GeneralRe: Custom TextBox Control Pin
Aaron Eldreth15-May-04 9:50
Aaron Eldreth15-May-04 9:50 
Generalregd datagrid Pin
karteek15-May-04 1:01
karteek15-May-04 1:01 
GeneralRe: regd datagrid Pin
..Hubert..15-May-04 4:06
..Hubert..15-May-04 4:06 
GeneralRe: regd datagrid Pin
karteek15-May-04 4:24
karteek15-May-04 4:24 
GeneralRe: regd datagrid Pin
Heath Stewart16-May-04 12:10
protectorHeath Stewart16-May-04 12:10 
GeneralCan't create socket under windows service project Pin
kookai15-May-04 0:44
kookai15-May-04 0:44 
GeneralDesigner - Dataset - Not adding to form Pin
Member 78672014-May-04 23:46
Member 78672014-May-04 23:46 
GeneralPlease help me POP3 with attachment Pin
Anonymous14-May-04 17:17
Anonymous14-May-04 17:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.