I have the this function which it has been written in html. you put a md5 value in the textbox and hit the button to start searching.
<form action="http://www.virustotal.com/vt/en/consultamd5" method="post">
<input name="hash" >
<input type="submit" value="get MD5">
My question is how do I do the something like the html function I have mentioned above, open an url, post something and see the results in the opened page?
For example in winforms put an md5 value in an textbox hit the button to start searching.