How to commit the Form use Winform App?

  • Thread starter Thread starter eking
  • Start date Start date
E

eking

example: this is the form

<FORM name=form1 action=http://www.abc.com/commit method=post>
<INPUT type=hidden value=1 name=cm>
<TEXTAREA id=spText name=spText>abcdefg,something</TEXTAREA>
</form>

how to submit the Form in Winform£¿

Thank U for any help
 
Back
Top