Hello C# codegurus,
I am amature programmer please help me

I have following HTML code by using that code i want to create Account signup form application in c#
(Windows form )

Code :

<html>
<head></head>
<title>Signup
</title>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=UTF-8">
<title>Signup</title>
</head>
<body>

<form action='http://register.xyz.com/
register' method='post'
id='cI' enctype='text/plain'><p><input
name='s' id='s' value='B4la4nJ0Hm'
type='hidden'><p><input name='did' id='did'
value='WINDOWS' type='hidden'><p><input
name='pid' id='pid'
value='emma' type='hidden'><p><input
name='cid' id='cid'
value='emma' type='hidden'><p><input
name='l' id='l' value='en' type='hidden'>
<p> <b>USERNAME</b><br> <input
name='un' id='un' value='username'
><p><b>PASSWORD</b><br>
<input name='pw' id='pw'
value='Password'></p><p> <img
src='http://register.xyz.com/init?
w=125&h=38&f=png&s=B4la4nJ0Hm'></p><p>
captcha <br><input name='c'
id='c'><br><br><input name='send'
value=' Create' type='submit'></
form></font>
</body>
</html>



I want to create form using
1 textbox for username
2Nd textbox for password
3Rd textbox for captcha text
1 Picturebox for load captcha
1 Button for refresh captcha
2Nd button for send registration data/create


Please help me i am waiting......