How do you create a form to post using WinHttpSendRequest?
For example: if I know
name=Johnson;
subject=Hi;
message=Hi;
How do i send it using the function?
You will have to format it yourself according to the spec (application/x-www-form-urlencoded).