<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>IBC编程社区-C#论坛-C#教程,.NET教程-.NET源码 - C#论坛-求助专区</title>
    <link>http://www.ibcibc.com/forum-40-1.html</link>
    <description>Latest 20 threads of C#论坛-求助专区</description>
    <copyright>Copyright(C) IBC编程社区-C#论坛-C#教程,.NET教程-.NET源码</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 03 May 2026 11:32:10 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.ibcibc.com/static/image/common/logo_88_31.gif</url>
      <title>IBC编程社区-C#论坛-C#教程,.NET教程-.NET源码</title>
      <link>http://www.ibcibc.com/</link>
    </image>
    <item>
      <title>求助 用C#写了个录屏软件 合成音视频问题</title>
      <link>http://www.ibcibc.com/thread-17327-1-1.html</link>
      <description><![CDATA[用C#写了个录屏软件 最后音视频合并这块直接难住了 看了一圈 简单的是安装ffmpeg 实现  关键是折腾了几天 装了fmpeg 也没实现 代码我直接发出来 留给那个大神来解决吧。现在的问题是点击合成后 进度一直卡在0%  能不用ffmpeg 更好，可以大大减少问价大小。
using System ...]]></description>
      <category>C#论坛-求助专区</category>
      <author>13388942201</author>
      <pubDate>Tue, 18 Feb 2025 09:20:08 +0000</pubDate>
    </item>
    <item>
      <title>怎样把窗体中的TextBox.Text统一放到类里？</title>
      <link>http://www.ibcibc.com/thread-17326-1-1.html</link>
      <description><![CDATA[有1个窗体，内有多个TextBox控件，为了方便其它地方直接调用它的TextBox.text，我想创建1个类，把所有的Textbox.text统一放到这个类里，如下：



创建1个类

    class Class_TextBoxName    //把窗体：MainForm 中的 TextBox.Text 统一放到本类中
    {
        publi ...]]></description>
      <category>C#论坛-求助专区</category>
      <author>MXDIBC</author>
      <pubDate>Sun, 26 Jan 2025 01:31:42 +0000</pubDate>
    </item>
    <item>
      <title>c#每秒往excel里写一组数据的问题</title>
      <link>http://www.ibcibc.com/thread-17305-1-1.html</link>
      <description><![CDATA[代码：



这是文心一言自动生成的，运行没提示错误，可是找不到excel文件，也不知道EXCEL文件的名字。
请高手指教，谢谢]]></description>
      <category>C#论坛-求助专区</category>
      <author>chenbingjy</author>
      <pubDate>Wed, 23 Oct 2024 05:53:03 +0000</pubDate>
    </item>
    <item>
      <title>c#求助一个对称度编程</title>
      <link>http://www.ibcibc.com/thread-17245-1-1.html</link>
      <description><![CDATA[1.串口接收两个以100毫秒刷新的数据

2.数据在座标轴上画出曲线
3.求曲线对称度]]></description>
      <category>C#论坛-求助专区</category>
      <author>wangxiaohana</author>
      <pubDate>Mon, 20 May 2024 00:05:53 +0000</pubDate>
    </item>
    <item>
      <title>新手求助</title>
      <link>http://www.ibcibc.com/thread-17243-1-1.html</link>
      <description><![CDATA[求助一个c#

1.来自串口的两个实时数据，X轴是扭矩数值，Y轴是油压数值。
2.在chart上画出图像，怎么求两条曲线的对称度。
3.数据是实时读取的，油压值随扭矩值变化。
4.值是两个4-20mA的传感器转485读取而来，扭矩传感器是以12MA为中点，向下为负值，向上为正值

 ...]]></description>
      <category>C#论坛-求助专区</category>
      <author>wangxiaohana</author>
      <pubDate>Thu, 16 May 2024 23:53:26 +0000</pubDate>
    </item>
    <item>
      <title>Spire.OCR 1.9.1  在哪下载</title>
      <link>http://www.ibcibc.com/thread-17223-1-1.html</link>
      <description><![CDATA[在线安装不了，求分享。]]></description>
      <category>C#论坛-求助专区</category>
      <author>8911572</author>
      <pubDate>Tue, 09 Apr 2024 03:41:44 +0000</pubDate>
    </item>
    <item>
      <title>C#识别图片上的数独题目</title>
      <link>http://www.ibcibc.com/thread-17221-1-1.html</link>
      <description><![CDATA[用C#做了个数独程序，关于图片识别这方面不了解，要求很简单，就是识别图片上的数独题目（标准数独），然后存到数组中或存到81位字符串中。哪位大咖有相关的经验或源码，可以分享一下吗？谢谢！
 ...]]></description>
      <category>C#论坛-求助专区</category>
      <author>summerZQY</author>
      <pubDate>Sun, 07 Apr 2024 02:35:51 +0000</pubDate>
    </item>
    <item>
      <title>父类调用不了子类实现的方法</title>
      <link>http://www.ibcibc.com/thread-17219-1-1.html</link>
      <description><![CDATA[请问一下，子类实现了父类的虚方法，这个子类也给父类创建了实例，但用父类调用这个虚方法时怎么读调用不了子类实现的方法，不知道什么原因，用控制台测试都是可以的但实际就是不行。
 ...]]></description>
      <category>C#论坛-求助专区</category>
      <author>cxv小菜鸟</author>
      <pubDate>Tue, 02 Apr 2024 11:38:23 +0000</pubDate>
    </item>
    <item>
      <title>VS 2019 C# 点击生成没有任何错误程序不执行问题</title>
      <link>http://www.ibcibc.com/thread-17171-1-1.html</link>
      <description><![CDATA[win10 系统 VS 2019 C# 同一个代码程式点击生成EXE有时程度能出现执行窗口，运行正常，多点击生成程式后，有时就不能出现执行窗口了。通过任务管理器，可以看到生成后EXE的程式名称。 出现问题后，这个EXE去单独执行也是同时现象。没有执行窗口。必须要电脑重新启动后， ...]]></description>
      <category>C#论坛-求助专区</category>
      <author>心情</author>
      <pubDate>Sat, 03 Feb 2024 13:09:14 +0000</pubDate>
    </item>
    <item>
      <title>C# V8引擎导入对象的问题</title>
      <link>http://www.ibcibc.com/thread-17111-1-1.html</link>
      <description><![CDATA[我向V8引擎中导入浏览器的window对象，此对象在前台js定义了一个tmp变量，C#通过V8Engine.Script.window.tmp.ToString()能成功访问，但是执行V8Engine.Execute(\&quot;alert(window.tmp);\&quot;)访问到的window.tmp确实未定义的东西，有没有大佬解解惑呀

 ...]]></description>
      <category>C#论坛-求助专区</category>
      <author>zzovg</author>
      <pubDate>Fri, 08 Dec 2023 07:45:12 +0000</pubDate>
    </item>
    <item>
      <title>为什么使用for会出现这样错误？</title>
      <link>http://www.ibcibc.com/thread-17101-1-1.html</link>
      <description><![CDATA[是变量有问题吗？]]></description>
      <category>C#论坛-求助专区</category>
      <author>LENYU</author>
      <pubDate>Sat, 25 Nov 2023 13:47:23 +0000</pubDate>
    </item>
    <item>
      <title>C# V8引擎中导入window对象</title>
      <link>http://www.ibcibc.com/thread-17056-1-1.html</link>
      <description><![CDATA[V8ScriptEngine中导入webBrowser加载后的window对象,内部Messebox打印正常，引擎中访问window.external.threadId报错，报无threadId属性。]]></description>
      <category>C#论坛-求助专区</category>
      <author>zzovg</author>
      <pubDate>Wed, 01 Nov 2023 08:54:01 +0000</pubDate>
    </item>
    <item>
      <title>请问一下使用If和else结构 出现这样错误，怎么解决？</title>
      <link>http://www.ibcibc.com/thread-17019-1-1.html</link>
      <description><![CDATA[else 不能用在语句开头，什么意思]]></description>
      <category>C#论坛-求助专区</category>
      <author>LENYU</author>
      <pubDate>Sat, 21 Oct 2023 03:57:29 +0000</pubDate>
    </item>
    <item>
      <title>C#   winform   多线程   爬虫   内存持续增加</title>
      <link>http://www.ibcibc.com/thread-16543-1-1.html</link>
      <description><![CDATA[while (true)
            {
                string ip = obj.ToString().Split(\'|\')[1];
                string robsn = obj.ToString().Split(\'|\')[0];
                ChromeOptions options1 = new ChromeOptions();
                // InternetExplorerOpt]]></description>
      <category>C#论坛-求助专区</category>
      <author>GL_IBC</author>
      <pubDate>Tue, 27 Jun 2023 05:08:10 +0000</pubDate>
    </item>
    <item>
      <title>C#反序列化实体类,json多嵌套如何遍历一层层获取列表指定...</title>
      <link>http://www.ibcibc.com/thread-15620-1-1.html</link>
      <description><![CDATA[https://phoile.tender88.com/spor ... 147061&amp;locale=zh_CN

以上链接是网页接口的json数据,太多嵌套了.

如图:




遍历索引列表里,再遍历里面的列表, 一层一层的遍历, 假如我要获取图右边里的值\&quot;3.200\&quot;,该如何实现?
 ...]]></description>
      <category>C#论坛-求助专区</category>
      <author>Warmmillion</author>
      <pubDate>Fri, 26 May 2023 15:21:10 +0000</pubDate>
    </item>
    <item>
      <title>C#json反序列化实体类集合,字符型转数值型获取指定值</title>
      <link>http://www.ibcibc.com/thread-15611-1-1.html</link>
      <description><![CDATA[json转换的实体类



button1_Click按钮代码


最后db遍历出来如何获取想要的值?]]></description>
      <category>C#论坛-求助专区</category>
      <author>Warmmillion</author>
      <pubDate>Wed, 24 May 2023 00:59:17 +0000</pubDate>
    </item>
    <item>
      <title>请帮写个学生作业，谢谢</title>
      <link>http://www.ibcibc.com/thread-15609-1-1.html</link>
      <description><![CDATA[已经解决，谢谢。]]></description>
      <category>C#论坛-求助专区</category>
      <author>学生作业</author>
      <pubDate>Sat, 20 May 2023 13:58:27 +0000</pubDate>
    </item>
    <item>
      <title>C#  IWebDriver 是如何关闭进程中Chrome 占用的内存的</title>
      <link>http://www.ibcibc.com/thread-15588-1-1.html</link>
      <description><![CDATA[ChromeOptions options1 = new ChromeOptions();
                    // InternetExplorerOptions internetExplorerOptions = new InternetExplorerOptions();
                    // 不显示浏览器
                    options1.AddArgument(\&quot;--headless\&quot;);
        ...]]></description>
      <category>C#论坛-求助专区</category>
      <author>GL_IBC</author>
      <pubDate>Thu, 13 Apr 2023 03:06:02 +0000</pubDate>
    </item>
    <item>
      <title>与200smart通讯，不能写入VB.MB数据，</title>
      <link>http://www.ibcibc.com/thread-15526-1-1.html</link>
      <description><![CDATA[可以读取数据，就是不能写入数据，请教各位大神]]></description>
      <category>C#论坛-求助专区</category>
      <author>YUJINJING</author>
      <pubDate>Sat, 01 Apr 2023 08:00:35 +0000</pubDate>
    </item>
    <item>
      <title>6.0框架文本框有什么组件或者方法实现通体的下划线</title>
      <link>http://www.ibcibc.com/thread-14807-1-1.html</link>
      <description><![CDATA[效果如图，我要实现有文字的行（或者空行）有这样的下划线，颜色可自定义或者浅蓝色
没有的内容的行则没下划线，取消勾选下划线也不显示下划线
有什么方法或者组件实现吗]]></description>
      <category>C#论坛-求助专区</category>
      <author>socksys</author>
      <pubDate>Sun, 26 Feb 2023 13:46:55 +0000</pubDate>
    </item>
  </channel>
</rss>