开发者

Posting using WinHttpSendRequest

How do you create a form to post using WinHttpSendRequest?

For example: if I kn开发者_开发百科ow

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).


Please refer to http://yeilho.blogspot.com/2011/07/winhttpsendrequest.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜