• 大小: 0.06M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 打码  

资源简介

C# 远程打码 实例项目源码

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Drawing.Imaging;
using System.Threading;
using System.Diagnostics;

namespace UUWiseCSWrapper
{
    public partial class Form1 : Form
    {
        static int SoftID = 0;
        static string SoftKey = ““;
        //static UUWiseHelperLib.CaptchaRecognizerClass c = new UUWiseHelperLib.CaptchaRecognizerClass();

        public Form1()
        {
            InitializeComponent();
        }

        /// 
        /// 登陆测试
        /// 

        /// 
        /// 
        private void btnLogin_Click(objec

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         144  2013-06-13 15:58  app.config
     目录           0  2013-06-13 15:58  bin\
     目录           0  2013-06-13 15:59  bin\Debug\
     文件       21504  2013-06-13 15:59  bin\Debug\UUWiseCSWrapper.exe
     文件         144  2013-06-13 15:58  bin\Debug\UUWiseCSWrapper.exe.config
     文件       34304  2013-06-13 15:59  bin\Debug\UUWiseCSWrapper.pdb
     文件       11600  2013-06-13 15:58  bin\Debug\UUWiseCSWrapper.vshost.exe
     文件         144  2013-06-13 15:58  bin\Debug\UUWiseCSWrapper.vshost.exe.config
     文件         490  2010-03-17 22:39  bin\Debug\UUWiseCSWrapper.vshost.exe.manifest
     文件        9462  2013-01-16 16:55  Form1.cs
     文件       24265  2013-01-16 16:55  Form1.Designer.cs
     文件        5817  2013-01-16 16:55  Form1.resx
     目录           0  2013-06-13 15:58  obj\
     目录           0  2013-06-13 15:58  obj\x86\
     目录           0  2013-06-13 15:59  obj\x86\Debug\
     文件        5852  2013-06-13 15:59  obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件         344  2013-06-13 15:59  obj\x86\Debug\GenerateResource.read.1.tlog
     文件         818  2013-06-13 15:59  obj\x86\Debug\GenerateResource.write.1.tlog
     目录           0  2013-06-13 15:58  obj\x86\Debug\TempPE\
     文件        4608  2013-06-13 15:58  obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
     文件        1237  2013-06-13 15:59  obj\x86\Debug\UUWiseCSWrapper.csproj.FileListAbsolute.txt
     文件       21504  2013-06-13 15:59  obj\x86\Debug\UUWiseCSWrapper.exe
     文件         180  2013-06-13 15:59  obj\x86\Debug\UUWiseCSWrapper.Form1.resources
     文件       34304  2013-06-13 15:59  obj\x86\Debug\UUWiseCSWrapper.pdb
     文件         180  2013-06-13 15:59  obj\x86\Debug\UUWiseCSWrapper.Properties.Resources.resources
     文件         554  2013-01-16 16:21  Program.cs
     目录           0  2013-01-16 15:59  Properties\
     文件        1376  2012-09-13 03:20  Properties\AssemblyInfo.cs
     文件        2868  2013-06-13 15:58  Properties\Resources.Designer.cs
     文件        5612  2012-09-13 03:20  Properties\Resources.resx
     文件        1113  2013-06-13 15:58  Properties\Settings.Designer.cs
............此处省略5个文件信息

评论

共有 条评论