<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>TC官方合作论坛 - 建议投诉</title>
    <link>http://bbs.52tc.co/forum-28-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 10:50:39 +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>TC 7.0 标签控件，点击功能小BUG</title>
      <link>http://bbs.52tc.co/thread-71191-1-1.html</link>
      <description><![CDATA[标签点击功能里无任何内容
一秒内多次点击标签
会导致剪切板复制，软件生成前设置的标签文本

案例
把标签属性文本，改为  “123”

生成软件后， 通过代码修改文本内容为“456”

1秒内多次点击标签，不管标签内容是什么，或标签点击功能里0行代码，剪切板复制内容为 ...]]></description>
      <category>建议投诉</category>
      <author>cjxdn</author>
      <pubDate>Fri, 10 Aug 2018 04:40:12 +0000</pubDate>
    </item>
    <item>
      <title>来学习了</title>
      <link>http://bbs.52tc.co/thread-71013-1-1.html</link>
      <description><![CDATA[来学习了]]></description>
      <category>建议投诉</category>
      <author>简单狗</author>
      <pubDate>Sat, 30 Jun 2018 11:25:40 +0000</pubDate>
    </item>
    <item>
      <title>TC，我依然爱你哦。</title>
      <link>http://bbs.52tc.co/thread-70992-1-1.html</link>
      <description><![CDATA[不知道什么原因，TC停顿了，没更新，论坛更不用说了，献上我的支持，希望TC持续发展。。。。]]></description>
      <category>建议投诉</category>
      <author>chi98002</author>
      <pubDate>Sat, 23 Jun 2018 13:58:22 +0000</pubDate>
    </item>
    <item>
      <title>实名举报ID来不及的来得及 是骗子</title>
      <link>http://bbs.52tc.co/thread-70938-1-1.html</link>
      <description><![CDATA[实名举报 ID 来不及的来得及 是骗子  骗子QQ 515151996

事情的起因是我在论坛上找人接单做软件，结果这个人回复了我的帖子，并且我联系了他的qq.合作协议为 600元做出软件并且免费维护3个月，除非出现重大更新导致需要重新做软件【我有聊天记录为证】。付过定金之后的2 ...]]></description>
      <category>建议投诉</category>
      <author>qiuhua521</author>
      <pubDate>Tue, 05 Jun 2018 10:25:23 +0000</pubDate>
    </item>
    <item>
      <title>【官方叮当猫进！【上次的问题你怎么没回音了？】</title>
      <link>http://bbs.52tc.co/thread-70929-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>建议投诉</category>
      <author>skynet888</author>
      <pubDate>Sun, 03 Jun 2018 13:29:53 +0000</pubDate>
    </item>
    <item>
      <title>真正的差距，在于用户量。</title>
      <link>http://bbs.52tc.co/thread-70908-1-1.html</link>
      <description><![CDATA[语言本身，没有多大区别。
 
真正的差距在于用户量。
有了用户量，就会衍生出大量的 论坛问答，教程，百度经验，百度知道，有价值的就是这些东西。
 
真正的差距，在于用户量。
有了用户量，就会衍生出大量类/库/模块/插件。有价值的就是这些东西。 
用插件、模块写挂肯 ...]]></description>
      <category>建议投诉</category>
      <author>剑仙十号</author>
      <pubDate>Wed, 30 May 2018 05:15:50 +0000</pubDate>
    </item>
    <item>
      <title>为什么超级键盘方向键会关闭小键盘？</title>
      <link>http://bbs.52tc.co/thread-70883-1-1.html</link>
      <description><![CDATA[用超级键盘按键方向键后小键盘经常闪，为什么会关闭小键盘搞不懂？，按键精灵超级模式也没关小键盘啊]]></description>
      <category>建议投诉</category>
      <author>busujima</author>
      <pubDate>Mon, 21 May 2018 00:19:10 +0000</pubDate>
    </item>
    <item>
      <title>论坛新BUG?</title>
      <link>http://bbs.52tc.co/thread-70842-1-1.html</link>
      <description><![CDATA[如果您要查看本帖隐藏内容请回复

以前回复过需要回复的帖子看不了
需要重新回复吗?]]></description>
      <category>建议投诉</category>
      <author>cjxdn</author>
      <pubDate>Thu, 10 May 2018 02:07:19 +0000</pubDate>
    </item>
    <item>
      <title>定义变量类型，命名空间，goto语句。</title>
      <link>http://bbs.52tc.co/thread-70636-1-1.html</link>
      <description><![CDATA[定义变量类型，命名空间，goto语句。
 
本来，
TC不是用 var 定义变量名的，
TC也是使用int，float，double，char，string 来定义变量名。
例如：
int 整数 = 10
double 小数 = 3.1415926

int的作用，跟var的作用一样。
double的作用，跟var的作用一样。
后来TC就去掉 ...]]></description>
      <category>建议投诉</category>
      <author>剑仙十号</author>
      <pubDate>Thu, 03 May 2018 12:44:32 +0000</pubDate>
    </item>
    <item>
      <title>论坛数据错乱人没理啊</title>
      <link>http://bbs.52tc.co/thread-70535-1-1.html</link>
      <description><![CDATA[很多帖子楼主发的内容全消失了
而恢复的层主变成了楼主

天使插件 &amp;lt;&amp;lt;后台,DX,文字识别,图色,键鼠,窗口&amp;gt;&amp;gt; 更新到*v4.019*
http://bbs.tyuyan.net/forum.php?mod=viewthread&amp;tid=17666&amp;fromuid=65729
(出处: TC论坛)
 ...]]></description>
      <category>建议投诉</category>
      <author>cjxdn</author>
      <pubDate>Mon, 16 Apr 2018 09:42:56 +0000</pubDate>
    </item>
    <item>
      <title>我想问下tc的客服都去哪了,为什么都是没人理</title>
      <link>http://bbs.52tc.co/thread-70530-1-1.html</link>
      <description><![CDATA[我想问下tc的客服都去哪了,为什么都是没人理
我想知道提现到底要多久,一个月了都没到账,从非洲运土到中国也用不了你这么久吧,
卡钱一张5元收去了,但是人呢??客服呢?版主呢?我的钱呢???

 ...]]></description>
      <category>建议投诉</category>
      <author>sutuan1106</author>
      <pubDate>Sun, 15 Apr 2018 11:59:38 +0000</pubDate>
    </item>
    <item>
      <title>【TC论坛真完蛋了？文档里连结构体都说不清楚，论坛也没...</title>
      <link>http://bbs.52tc.co/thread-70501-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>建议投诉</category>
      <author>skynet888</author>
      <pubDate>Tue, 10 Apr 2018 13:13:07 +0000</pubDate>
    </item>
    <item>
      <title>关于结构体，就这两行代码，调试到第二行取长度就崩溃！</title>
      <link>http://bbs.52tc.co/thread-70499-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>建议投诉</category>
      <author>skynet888</author>
      <pubDate>Tue, 10 Apr 2018 10:27:29 +0000</pubDate>
    </item>
    <item>
      <title>【这个Bug只有我查到了问题根源，只剩官方来修复了】</title>
      <link>http://bbs.52tc.co/thread-70455-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>建议投诉</category>
      <author>skynet888</author>
      <pubDate>Sat, 31 Mar 2018 17:54:34 +0000</pubDate>
    </item>
    <item>
      <title>【管理员！TC7.0读奇数地址时经常返回错误数值，TC4.4就没....</title>
      <link>http://bbs.52tc.co/thread-70355-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>建议投诉</category>
      <author>skynet888</author>
      <pubDate>Wed, 21 Mar 2018 14:13:54 +0000</pubDate>
    </item>
    <item>
      <title>【TC7.0的——两个天大BUG！！！！】</title>
      <link>http://bbs.52tc.co/thread-70334-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>建议投诉</category>
      <author>skynet888</author>
      <pubDate>Tue, 20 Mar 2018 04:45:44 +0000</pubDate>
    </item>
    <item>
      <title>函数getwndhwnd/获取窗口句柄 结果不对</title>
      <link>http://bbs.52tc.co/thread-70275-1-1.html</link>
      <description><![CDATA[功能 staree(&amp;opee,&amp;hwnd)
   opee=进程打开ex(\&quot;D:\\\\game\\\\yys\\\\Nox\\\\bin\\\\nox.exe\&quot;,\&quot;-clone:Nox_0\&quot;)   
   等待(4000)
   hwnd=getwndhwnd(opee) 
结束

这个函数不知道是怎么回事 等待太少时间获取不到  而且第一次获取不到 后面的都获取不到一直是0

当我给了4S的等 ...]]></description>
      <category>建议投诉</category>
      <author>bbsline</author>
      <pubDate>Sun, 11 Mar 2018 19:10:51 +0000</pubDate>
    </item>
    <item>
      <title>颜色配置希望能有更多的选择</title>
      <link>http://bbs.52tc.co/thread-70268-1-1.html</link>
      <description><![CDATA[相当一大片不能改呢]]></description>
      <category>建议投诉</category>
      <author>bbsline</author>
      <pubDate>Sat, 10 Mar 2018 19:24:46 +0000</pubDate>
    </item>
    <item>
      <title>网页 控件里的- 网页元素选择() 方法，不能正确执行</title>
      <link>http://bbs.52tc.co/thread-70178-1-1.html</link>
      <description><![CDATA[网页 控件里的- 网页元素选择() 方法，不能正确执行，报未知错误！]]></description>
      <category>建议投诉</category>
      <author>ccbwx</author>
      <pubDate>Mon, 05 Mar 2018 15:32:57 +0000</pubDate>
    </item>
    <item>
      <title>tc简单开发。新手疑问，改进初始代码。</title>
      <link>http://bbs.52tc.co/thread-70158-1-1.html</link>
      <description><![CDATA[tc简单开发。新手疑问，改进初始代码
 
15954035742
收藏 2015-8-13 13:21:14
偶以前玩按键精灵的 不过被N多游戏和谐掉了 听说TC_NB  额 想学TC， 好难啊 如图 不会填 目测比按键精灵高大上多了。。。那个键入文本 还有那个消息框是不是填写完了就能生成了啊？？
循环在 ...]]></description>
      <category>建议投诉</category>
      <author>剑仙十号</author>
      <pubDate>Fri, 02 Mar 2018 01:46:34 +0000</pubDate>
    </item>
  </channel>
</rss>