Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello world.
I hope you have good time.
I have an idea to send a replay to website throug windows form application.
for example: I want to send a question to Codeproject to any section in this site, how I can programming that program ,what is the code ,the DLL and the way.
Thank you my friends.
Posted

1 solution

All you need is the class System.Net.HttpWebRequest:
http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.aspx[^].

In cases like CodeProject, don't forget to authenticate. Please see:
http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.credentials.aspx[^].

For some examples, please see:
http://stackoverflow.com/questions/1076015/handling-authentication-with-httpwebrequest-net[^],
HttpWebRequest Credential Authentication[^],
http://forums.asp.net/t/1307465.aspx/1[^].

It should give you the basic idea on what to look for.

—SA
 
Share this answer
 
Comments
Anas T.P.M 21-Aug-13 6:16am    
thank you my dear...I am working now throg your suggestions...
thanks a lot.
Sergey Alexandrovich Kryukov 21-Aug-13 9:43am    
You are welcome.
Please don't forget to accept the answer formally (green button).
In all cases, your follow-up questions will be welcome.
—SA
Joezer BH 10-Sep-13 3:32am    
5ed!
Sergey Alexandrovich Kryukov 10-Sep-13 10:37am    
Thank you.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900