资源简介

主要功能:某网站投票程序(含验证码识别、自动换ip、adsl自动拨号、自动清除cookie、

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.OleDb;
using mshtml;
using Microsoft.Win32;
using System.IO;

namespace BallotAiying2
{
    public partial class Form1 : Form
    {
        string poststr = ““;

        public Form1(string str)
        {
            InitializeComponent();
            poststr = str;
        }

        private void createWebCtrl()
        {
            if (webBrowser1 != null)
            {
                webBrowser1.Dispose();
                webBrowser1 = null;
                GC.Collect();
            }
            webBrowser1 = new EWebBrowser();
            webBrowser1.Parent = this.panel1

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1433  2007-09-25 12:55  BallotAiying2.sln

     文件       3258  2007-09-07 22:52  ballotaiyingAdmin\ballotaiyingAdmin.csproj

     文件       8904  2007-09-25 13:00  ballotaiyingAdmin\Form1.cs

     文件       6232  2007-09-25 12:47  ballotaiyingAdmin\Form1.Designer.cs

     文件       6008  2007-09-25 12:47  ballotaiyingAdmin\Form1.resx

     文件        476  2007-09-07 22:45  ballotaiyingAdmin\Program.cs

     文件       1190  2007-09-07 22:45  ballotaiyingAdmin\Properties\AssemblyInfo.cs

     文件       2889  2007-09-07 22:45  ballotaiyingAdmin\Properties\Resources.Designer.cs

     文件       5612  2007-09-07 22:45  ballotaiyingAdmin\Properties\Resources.resx

     文件       1101  2007-09-07 22:45  ballotaiyingAdmin\Properties\Settings.Designer.cs

     文件        249  2007-09-07 22:45  ballotaiyingAdmin\Properties\Settings.settings

     目录          0  2007-09-25 12:53  ballotaiyingAdmin\Properties

     目录          0  2007-09-25 13:00  ballotaiyingAdmin

     文件       3967  2007-09-25 11:50  BallotAiying2\BallotAiying2.csproj

    ..A..H.     36864  2007-09-25 12:49  BallotAiying2\BallotAiying2.suo

     文件         60  2007-09-08 09:29  BallotAiying2\bin\Debug\ClearCookie.bat

     文件     131072  2007-09-12 14:59  BallotAiying2\bin\Debug\Interop.SHDocVw.dll

     文件        137  2007-09-25 12:51  BallotAiying2\bin\Debug\Restart.bat

     目录          0  2007-09-25 13:01  BallotAiying2\bin\Debug

     文件      32768  2007-09-12 16:28  BallotAiying2\bin\Release\BallotAiying2.exe

     文件      46592  2007-09-12 16:28  BallotAiying2\bin\Release\BallotAiying2.pdb

     文件       5632  2005-12-08 14:51  BallotAiying2\bin\Release\BallotAiying2.vshost.exe

     文件     131072  2007-09-12 16:27  BallotAiying2\bin\Release\Interop.SHDocVw.dll

     文件        963  2007-09-12 16:28  BallotAiying2\bin\Release\log.txt

     目录          0  2007-09-25 12:53  BallotAiying2\bin\Release

     目录          0  2007-09-25 12:53  BallotAiying2\bin

     文件       5623  2007-09-25 12:02  BallotAiying2\Form1.cs

     文件       2905  2007-09-25 09:44  BallotAiying2\Form1.Designer.cs

     文件       5814  2007-09-25 09:44  BallotAiying2\Form1.resx

     文件        598  2007-09-09 19:56  BallotAiying2\Program.cs

............此处省略12个文件信息

评论

共有 条评论