基本信息
源码名称:QQ群快速签到工具(c#)源代码
源码大小:0.16M
文件格式:.rar
开发语言:C#
更新时间:2023-07-25
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
QQ群快速签到工具(c#)源代码
QQ群快速签到工具源代码,使用VS2012编译,包含1.0和2.0版。 1.0采用QQScLauncher.exe快捷方式打开群。(重装系统快捷方式无效) 2.0采用模拟鼠标消息打开群。


文件清单
└── QQ群快速签到工具(c#)
    ├── QQ群快速签到工具V1.0
    │   └── Solution1
    │       ├── QunSign
    │       │   ├── App.config
    │       │   ├── bin
    │       │   │   └── Debug
    │       │   │       ├── qun
    │       │   │       ├── QunSign.exe
    │       │   │       ├── QunSign.exe.config
    │       │   │       ├── QunSign.pdb
    │       │   │       ├── QunSign.vshost.exe
    │       │   │       ├── QunSign.vshost.exe.config
    │       │   │       └── QunSign.vshost.exe.manifest
    │       │   ├── favicon.ico
    │       │   ├── Form1.cs
    │       │   ├── Form1.Designer.cs
    │       │   ├── Form1.resx
    │       │   ├── obj
    │       │   │   └── Debug
    │       │   │       ├── DesignTimeResolveAssemblyReferences.cache
    │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │       │   │       ├── QunSign.csproj.FileListAbsolute.txt
    │       │   │       ├── QunSign.csproj.GenerateResource.Cache
    │       │   │       ├── QunSign.csprojResolveAssemblyReference.cache
    │       │   │       ├── QunSign.exe
    │       │   │       ├── QunSign.Form1.resources
    │       │   │       ├── QunSign.pdb
    │       │   │       ├── QunSign.Properties.Resources.resources
    │       │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
    │       │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
    │       │   │       ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
    │       │   │       └── TempPE
    │       │   ├── Program.cs
    │       │   ├── Properties
    │       │   │   ├── AssemblyInfo.cs
    │       │   │   ├── Resources.Designer.cs
    │       │   │   ├── Resources.resx
    │       │   │   ├── Settings.Designer.cs
    │       │   │   └── Settings.settings
    │       │   └── QunSign.csproj
    │       ├── Solution1.sln
    │       └── Solution1.v11.suo
    └── QQ群快速签到工具V2.0
        └── Solution1
            ├── QunSign
            │   ├── App.config
            │   ├── bin
            │   │   └── Debug
            │   │       ├── List.txt
            │   │       ├── QunSign.exe
            │   │       ├── QunSign.exe.config
            │   │       ├── QunSign.pdb
            │   │       ├── QunSign.vshost.exe
            │   │       ├── QunSign.vshost.exe.config
            │   │       └── QunSign.vshost.exe.manifest
            │   ├── favicon.ico
            │   ├── Form1.cs
            │   ├── Form1.Designer.cs
            │   ├── Form1.resx
            │   ├── obj
            │   │   └── Debug
            │   │       ├── DesignTimeResolveAssemblyReferences.cache
            │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
            │   │       ├── QunSign.csproj.FileListAbsolute.txt
            │   │       ├── QunSign.csproj.GenerateResource.Cache
            │   │       ├── QunSign.csprojResolveAssemblyReference.cache
            │   │       ├── QunSign.exe
            │   │       ├── QunSign.Form1.resources
            │   │       ├── QunSign.pdb
            │   │       ├── QunSign.Properties.Resources.resources
            │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
            │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
            │   │       ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
            │   │       └── TempPE
            │   ├── Program.cs
            │   ├── Properties
            │   │   ├── AssemblyInfo.cs
            │   │   ├── Resources.Designer.cs
            │   │   ├── Resources.resx
            │   │   ├── Settings.Designer.cs
            │   │   └── Settings.settings
            │   ├── QunSign.csproj
            │   └── 新建文本文档.txt
            ├── Solution1.sln
            └── Solution1.v11.suo

20 directories, 66 files