<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>TC官方合作论坛 - 大兵插件</title>
    <link>http://bbs.52tc.co/forum-52-1.html</link>
    <description>Latest 20 threads of 大兵插件</description>
    <copyright>Copyright(C) TC官方合作论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 25 Apr 2026 12:25:42 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.52tc.co/static/image/common/logo_88_31.gif</url>
      <title>TC官方合作论坛</title>
      <link>http://bbs.52tc.co/</link>
    </image>
    <item>
      <title>大漠最新PJ版本7.1753内部版免费使用懂得进来看</title>
      <link>http://bbs.52tc.co/thread-70484-1-1.html</link>
      <description><![CDATA[最新PJ版本：内部7.1753  非6.1544版本  连接不上发   最新下载地址 加QQ群80196030    下载    亲测有效 可断网测试
可断网测试  非拿自己的注册码给你们免费用 可断网调用所有功能   最新版本为7.1753内部版   大漠最新PJ版本7.1753内部版免费使用懂得进来看

 ...]]></description>
      <category>大兵插件</category>
      <author>4888862</author>
      <pubDate>Sat, 07 Apr 2018 02:38:40 +0000</pubDate>
    </item>
    <item>
      <title>请问获取鼠标特征码有什么作用?</title>
      <link>http://bbs.52tc.co/thread-40708-1-1.html</link>
      <description><![CDATA[请问获取鼠标特征码有什么作用?]]></description>
      <category>大兵插件</category>
      <author>tccejpo001</author>
      <pubDate>Sun, 13 Apr 2014 04:55:52 +0000</pubDate>
    </item>
    <item>
      <title>大兵插件如何调用</title>
      <link>http://bbs.52tc.co/thread-33670-1-1.html</link>
      <description><![CDATA[在TC里能否调用大兵插件，使用  大兵=com(\&quot;DBSoft.DBSoft_MouseKey\&quot;)     提示“大兵不是插件变量对象”
请问大兵插件在TC中怎么调用？]]></description>
      <category>大兵插件</category>
      <author>laowangtc</author>
      <pubDate>Fri, 08 Nov 2013 11:39:28 +0000</pubDate>
    </item>
    <item>
      <title>希望各位插件作者开发TC版的帮助文档</title>
      <link>http://bbs.52tc.co/thread-28742-1-1.html</link>
      <description><![CDATA[希望各位插件作者都开发一个TC版的帮助文档哈,这样TC用户看起来舒服点]]></description>
      <category>大兵插件</category>
      <author>TC</author>
      <pubDate>Mon, 15 Jul 2013 10:13:33 +0000</pubDate>
    </item>
    <item>
      <title>【大兵插件8.13.0701】『文字识别 后台操作 时间日期 文件目录等900多项功能』</title>
      <link>http://bbs.52tc.co/thread-28739-1-1.html</link>
      <description><![CDATA[大兵插件（DBSoft.dll）为大兵（dabingrain）用VB6SP6，WINXP系统下写的ActiveX Dll。
插件功能分类及分类主要功能
1 ：硬件类别，主要能获取硬盘，U盘，网卡，CPU的各项参数等
2 ：字符串类别：主要对字符串进行筛选，判断，生成，格式化等
3 ：文字识别：对正规文字及 ...]]></description>
      <category>大兵插件</category>
      <author>dabingrain</author>
      <pubDate>Mon, 15 Jul 2013 09:47:00 +0000</pubDate>
    </item>
    <item>
      <title>用大兵获得的路径 如何引用？</title>
      <link>http://bbs.52tc.co/thread-28075-1-1.html</link>
      <description><![CDATA[空间 damo
//默认空间
db=com(\&quot;DBSoft.DBSoft_office\&quot;)
wj=com(\&quot;DBSoft.DBSoft_File\&quot;)

//开始按钮_点击操作
功能 开始_点击()
        变量 读取内容,文件路径
        文件路径=wj.GetSystemFolder(3)
        //辅助.消息框(文件路径) 消息显示出已获得桌面的路径
   ...]]></description>
      <category>大兵插件</category>
      <author>sszzsy</author>
      <pubDate>Mon, 24 Jun 2013 13:30:55 +0000</pubDate>
    </item>
    <item>
      <title>大兵插件这样写对不对？？</title>
      <link>http://bbs.52tc.co/thread-27658-1-1.html</link>
      <description><![CDATA[空间
功能 开始_点击()
    db= com(\&quot;DBSoft.DBSoft_MouseKey\&quot;)
    
    
    特征码=db.GetCursorTZ(1)
    调试输出(特征码)
    
    
    
功能结束
//退出按钮_点击操作
功能 退出_点击()
    
    
    辅助.退出()
功能结束

空间结束
请问这样写对吗？ 要是错 ...]]></description>
      <category>大兵插件</category>
      <author>hjx880</author>
      <pubDate>Sat, 08 Jun 2013 07:07:10 +0000</pubDate>
    </item>
    <item>
      <title>大兵运行就TCEXE已停止工作，求各位大大帮忙看看</title>
      <link>http://bbs.52tc.co/thread-27650-1-1.html</link>
      <description><![CDATA[大兵运行就TCEXE已停止工作，求各位大大帮忙看看

空间 db
//默认空间
db=com(\&quot;DBSoft.DBSoft_MouseKey\&quot;)
//开始按钮_点击操作
功能 开始_点击()
特征码=db.GetCursorTZ(1)
    调试输出(特征码)
功能结束
//退出按钮_点击操作
功能 退出_点击()
    
    辅助.退出()
 ...]]></description>
      <category>大兵插件</category>
      <author>hjx880</author>
      <pubDate>Fri, 07 Jun 2013 18:40:17 +0000</pubDate>
    </item>
    <item>
      <title>//以下为TC4.0后的大兵插件调用 请放在 空间语句下面一行</title>
      <link>http://bbs.52tc.co/thread-27484-1-1.html</link>
      <description><![CDATA[//以下为TC4.0后的大兵插件调用 请放在 空间语句下面一行
DBGetHDData=com(\&quot;DBSoft_DBSoft_GetHDData\&quot;)//分类：硬件相关1
DBOCR=com(\&quot;DBSoft_DBSoft_OCR\&quot;)//分类：文字识别2
DBOCR=com(\&quot;DBSoft_DBSoft_Chr\&quot;)//分类：字符相关3
DBWindow=com(\&quot;DBSoft.DBSoft_Window\&quot;)//分 ...]]></description>
      <category>大兵插件</category>
      <author>344902511</author>
      <pubDate>Sat, 01 Jun 2013 09:56:00 +0000</pubDate>
    </item>
    <item>
      <title>求4.0版本注册大兵的方法</title>
      <link>http://bbs.52tc.co/thread-25071-1-1.html</link>
      <description><![CDATA[求TC4.0后版本注册大兵的方法  大兵是注册版不是免费版 我已经购买了]]></description>
      <category>大兵插件</category>
      <author>smallduck218</author>
      <pubDate>Sun, 24 Mar 2013 06:51:29 +0000</pubDate>
    </item>
    <item>
      <title>求大兵插件收费函数TC调用方法和例子</title>
      <link>http://bbs.52tc.co/thread-22833-1-1.html</link>
      <description><![CDATA[求大兵插件收费函数TC调用方法和例子 谢谢]]></description>
      <category>大兵插件</category>
      <author>luohualin000</author>
      <pubDate>Thu, 17 Jan 2013 07:33:53 +0000</pubDate>
    </item>
    <item>
      <title>大兵插件读取excel，出错，请大神帮看看语法或调用格式是否有问题。</title>
      <link>http://bbs.52tc.co/thread-22442-1-1.html</link>
      <description><![CDATA[代码如上，试了整晚，依然不行。
帮忙看看是哪里出错了]]></description>
      <category>大兵插件</category>
      <author>jnay888</author>
      <pubDate>Fri, 04 Jan 2013 18:32:44 +0000</pubDate>
    </item>
    <item>
      <title>插件注册问题</title>
      <link>http://bbs.52tc.co/thread-22238-1-1.html</link>
      <description><![CDATA[查询插件已经注册成功了，但就是不能调用。

我复制别人的代码也是一样。刚学习TC，望高手指教。谢谢了。]]></description>
      <category>大兵插件</category>
      <author>jnay888</author>
      <pubDate>Sun, 30 Dec 2012 01:55:57 +0000</pubDate>
    </item>
    <item>
      <title>大兵插件注册源码</title>
      <link>http://bbs.52tc.co/thread-21972-1-1.html</link>
      <description><![CDATA[接口↓
#import \&quot;DBSoft.DBSoft_plugins\&quot; iReg

插件注册↓
整型 返回值=iReg.RegDBsoft(\&quot;注册码\&quot;,\&quot;效验码\&quot;,1,0) 


**** 本内容被作者隐藏 ****]]></description>
      <category>大兵插件</category>
      <author>515552321</author>
      <pubDate>Fri, 21 Dec 2012 17:32:55 +0000</pubDate>
    </item>
    <item>
      <title>大兵插件浮点型与tc double类型不兼容求助！</title>
      <link>http://bbs.52tc.co/thread-21008-1-1.html</link>
      <description><![CDATA[总所周知，tc简单开发浮点型是double类型，而大兵插件的浮点型却好像是float类型，用tc来接收大兵插件的浮点型函数返回值时会出现类型不匹配警告。谁能告诉我这该怎么解决啊？想了好多方法了都不行…… ...]]></description>
      <category>大兵插件</category>
      <author>黑狼鸟x</author>
      <pubDate>Mon, 26 Nov 2012 04:20:41 +0000</pubDate>
    </item>
    <item>
      <title>求大兵插件后台找字和找图的例子</title>
      <link>http://bbs.52tc.co/thread-16619-1-1.html</link>
      <description><![CDATA[已经对大漠失望了，现在开始转型大兵，求各位朋友给个后台例子给我学习吧，顺便把插件也把包行吗？？？谢谢]]></description>
      <category>大兵插件</category>
      <author>stxuhong</author>
      <pubDate>Sat, 01 Sep 2012 11:45:11 +0000</pubDate>
    </item>
    <item>
      <title>我在用大兵----数学计算(进制转换)</title>
      <link>http://bbs.52tc.co/thread-16599-1-1.html</link>
      <description><![CDATA[大兵插件里有两个进制转换的函数
[hr]
名称：NumChange 
作用：16、10、8、2进制互相转化
--------------------------------------------------
函数所属类：DBSoft_Calc
VB、VBS引用方式（其他语言可参考)：
Set DBSoft_Calc = CreateObject(\&quot;DBSoft.DBSoft_Calc\&quot;)
--- ...]]></description>
      <category>大兵插件</category>
      <author>TC兔子</author>
      <pubDate>Sat, 01 Sep 2012 00:08:04 +0000</pubDate>
    </item>
    <item>
      <title>大漠收费了,我们用大兵!----鼠标特征码</title>
      <link>http://bbs.52tc.co/thread-16493-1-1.html</link>
      <description><![CDATA[首先上图




这是用大兵插件,找到的梦幻鼠标特征码以及坐标位置

下面是代码(以SnapObject为例):
[hr]**** 本内容被作者隐藏 ****



更多视频,请访问个人教程:http://bbs.tyuyan.com/tuzi/



 ...]]></description>
      <category>大兵插件</category>
      <author>TC兔子</author>
      <pubDate>Wed, 29 Aug 2012 08:18:00 +0000</pubDate>
    </item>
    <item>
      <title>你不知道的大兵之----弹出窗口(使用例子会在以后补充)</title>
      <link>http://bbs.52tc.co/thread-15281-1-1.html</link>
      <description><![CDATA[你不知道的大兵之----弹出窗口接口：#import “DBSoft.DBSoft_Msgbox” db
名称：iMessageBox
作用：弹出倒计时信息窗口--------------------------------------------------函数返回：结果：返回数字0～7，表示点击的按钮
0表示：自动关闭
1表示：确定
2表示：取消
3表 ...]]></description>
      <category>大兵插件</category>
      <author>TC兔子</author>
      <pubDate>Thu, 26 Jul 2012 15:19:00 +0000</pubDate>
    </item>
    <item>
      <title>你不知道的大兵----系统相关</title>
      <link>http://bbs.52tc.co/thread-14666-1-1.html</link>
      <description><![CDATA[由于大兵的参数比较复杂，也比较多，所以很多朋友都把大兵给忽略了，但是我得告诉你，大兵也是一款极其优秀的插件。如果感兴趣的话，可以来尝试使用大兵，绝对给你带来不一样的感觉！下面我们就先拿系统相关来讲解：接口：DBSoft.DBSoft_System（注意，大兵的接口有很多 ...]]></description>
      <category>大兵插件</category>
      <author>TC兔子</author>
      <pubDate>Fri, 13 Jul 2012 04:35:00 +0000</pubDate>
    </item>
  </channel>
</rss>