Project1

标题: 怎样引用互联网上的文字输入框? [打印本页]

作者: wubugui    时间: 2010-7-19 12:19
标题: 怎样引用互联网上的文字输入框?
想法是这样的
游戏中要求你在文本输入框中输入一些文字
并要求这些文字保存在一个固定的网络空间中。
怎么搞?
作者: 紫苏    时间: 2010-7-21 17:29
输入文字:搜索“完美输入法”
保存在网络空间中:FTP 或 HTTP 协议可以用 InternetOpen,以及后续的一系列函数
InternetOpen:http://msdn.microsoft.com/en-us/library/aa384363%28VS.85%29.aspx
后续:
    * InternetConnect - Opens a FTP, Gopher, or HTTP session to a given site.
    * InternetReadFile - Reads data from a handle on a site.
    * InternetWriteFile - Writes data to an open Internet file.
    * FTPGetFile - Retrieves a file from a FTP site and saves it locally.
    * FTPRenameFile - Renames a file on a FTP site.

就不给链接了,自行在 MSDN 搜索即可




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1