需要用到什么类,函数和方法呢?

解决方案 »

  1.   

    你在网上找找自动投票的东西大致用到HttpWebRequest HttpWebResponse WebClient等类
      

  2.   

    大致参考下
    http://www.chenjiliang.com/Article/View.aspx?ArticleID=2163&TypeID=84另外如果有验证码登录的话你还需要分析验证码图片
      

  3.   

    抓取网页然后解析,如果是回帖数为0的就抢自动发帖抢沙发
    供参考
    http://blog.csdn.net/tianykun/archive/2008/09/29/2994815.aspx
    http://www.cnblogs.com/robby/archive/2007/04/27/729302.html
      

  4.   

    看一个System.Net 下面的类。
     HttpWebRequest Provides an HTTP-specific implementation of the WebRequest class. 
     HttpWebResponse Provides an HTTP-specific implementation of the WebResponse class. 
      

  5.   

    看看HttpWebRequest和HttpWebResponse,没有验证码的就好办
    参看:
    http://smalldust.cnblogs.com/archive/2006/03/08/345561.html
      

  6.   

    上面地址错了,不好意思http://smalldust.cnblogs.com/archive/2006/03/08/345561.html
      

  7.   

    思路:程序登陆
    检索最新帖子(获取最新的帖子日期,隔3秒检索最新帖子 发现帖子日期=之前最新的帖子 break)
    检索帖子是否有回复
    回复帖子
    获取自己是第几楼