<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>VerySource - .NET技术</title>
    <link>https://domain.verysource.com/forum-2-1.html</link>
    <description>Latest 20 threads of .NET技术</description>
    <copyright>Copyright(C) VerySource</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 15 Apr 2026 15:26:35 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://domain.verysource.com/static/image/common/logo_88_31.gif</url>
      <title>VerySource</title>
      <link>https://domain.verysource.com/</link>
    </image>
    <item>
      <title>C# 像 MSN 一样摇动窗口 (WinForm)</title>
      <link>https://domain.verysource.com/thread-3985-1-1.html</link>
      <description><![CDATA[简单的 CSharp 代码，用于像以前的 MSN 一样摇动您的 WinForm。

我多年前从 VerySource 下载了这个源代码。但遗憾的是我再也找不到原始来源了，所以我将重新分享我的版本。

更新：我包含的 .ZIP 源代码至少与图像中的相同. 从这里下载：C# 像 MSN 一样摇动窗口 (WinFo ...]]></description>
      <category>.NET技术</category>
      <author>Miklogak</author>
      <pubDate>Fri, 07 Feb 2025 14:51:44 +0000</pubDate>
    </item>
    <item>
      <title>哪位高手知道WPF界面尺寸改变时会崩溃的解决办法？</title>
      <link>https://domain.verysource.com/thread-3929-1-1.html</link>
      <description><![CDATA[使用WPF进行视频显示时，如果窗口大小发生变化，就会程序崩溃，并显示程序停止交互错误框，有谁碰到过没？知道怎么解决吗？谢谢！]]></description>
      <category>.NET技术</category>
      <author>china_clear</author>
      <pubDate>Sat, 04 Mar 2023 08:38:41 +0000</pubDate>
    </item>
    <item>
      <title>C# 自定义事件并使用自定义事件参数方法</title>
      <link>https://domain.verysource.com/thread-3892-1-1.html</link>
      <description><![CDATA[C# 自定义带自定义参数的事件 需要经过以下几个步骤：
1、自定义事件参数 ：要实现自定义参数的事件，首先要自定义事件参数。该参数是个类。继承自EventArgs。
2、声明委托用于事件 
3、声明事件
4、定义事件触发 ：事件定义后，要有个触发事件的动作。
以上基本上完成 ...]]></description>
      <category>.NET技术</category>
      <author>hansole</author>
      <pubDate>Thu, 07 Jul 2022 01:54:38 +0000</pubDate>
    </item>
    <item>
      <title>code maker</title>
      <link>https://domain.verysource.com/thread-3852-1-1.html</link>
      <description><![CDATA[Edited by frias at 2022-1-24 08:01 

I will upload to you the Visual Basic code maker program with SQL Server and Access databases]]></description>
      <category>.NET技术</category>
      <author>frias</author>
      <pubDate>Sun, 23 Jan 2022 23:49:32 +0000</pubDate>
    </item>
    <item>
      <title>webdisk</title>
      <link>https://domain.verysource.com/thread-3826-1-1.html</link>
      <description><![CDATA[[/backcolor]

 ...]]></description>
      <category>.NET技术</category>
      <author>Blank-cn</author>
      <pubDate>Sat, 27 Nov 2021 06:09:17 +0000</pubDate>
    </item>
    <item>
      <title>学习Workflow</title>
      <link>https://domain.verysource.com/thread-3781-1-1.html</link>
      <description><![CDATA[写了好多的代码，对WorkflowActivity有天然的抵制，Activity这个词有点抽象。看了 https://www.docin.com/p-6591777.html  WF学习笔记后有点上路了。]]></description>
      <category>.NET技术</category>
      <author>netboy2003</author>
      <pubDate>Tue, 31 Aug 2021 02:14:35 +0000</pubDate>
    </item>
    <item>
      <title>寻求灵活的工作流系统</title>
      <link>https://domain.verysource.com/thread-3721-1-1.html</link>
      <description><![CDATA[寻求灵活的工作流系统]]></description>
      <category>.NET技术</category>
      <author>playgirl3000</author>
      <pubDate>Sat, 15 May 2021 08:26:06 +0000</pubDate>
    </item>
    <item>
      <title>C# 类与结构的疑问</title>
      <link>https://domain.verysource.com/thread-3709-1-1.html</link>
      <description><![CDATA[在类中，字段可以赋初值；

class c
{
    int i=123;//可以
}

在结构中，就不可以。

struct s
{
    int i=123;//不可以
}

为什么在结构中就不可以赋初值，这样有什么好处？这样做灵活性不是降低了吗 ...]]></description>
      <category>.NET技术</category>
      <author>lianghui45</author>
      <pubDate>Sun, 25 Apr 2021 11:00:02 +0000</pubDate>
    </item>
    <item>
      <title>如何向web service里的方法传递一个对象类型的参数，请指教！</title>
      <link>https://domain.verysource.com/thread-3701-1-1.html</link>
      <description><![CDATA[如何向web service里的方法传递一个对象类型的参数，请指教！]]></description>
      <category>.NET技术</category>
      <author>jo_fox</author>
      <pubDate>Thu, 22 Apr 2021 08:30:02 +0000</pubDate>
    </item>
    <item>
      <title>难道用IDataReader读数据时,数据不能为空吗?</title>
      <link>https://domain.verysource.com/thread-3700-1-1.html</link>
      <description><![CDATA[我发现有些字段为空它就会出现ata is Null. This method or property cannot be called on Null values.
这样的错误!不知道你们的怎么样?]]></description>
      <category>.NET技术</category>
      <author>nitian</author>
      <pubDate>Thu, 22 Apr 2021 08:00:01 +0000</pubDate>
    </item>
    <item>
      <title>dropdownlist绑定不了数据,只显示System.Data.DataRowView</title>
      <link>https://domain.verysource.com/thread-3699-1-1.html</link>
      <description><![CDATA[我把代码贴出来了,各位看一下是哪错了???

If Not IsPostBack Then
            Dim astr As String
            astr = \&quot;select authername from picture\&quot;
            Dim cmd1 As New SqlCommand(astr, conn)
            conn.Open()
            Dim adp As New Sq ...]]></description>
      <category>.NET技术</category>
      <author>wangyyyaa</author>
      <pubDate>Thu, 22 Apr 2021 07:30:01 +0000</pubDate>
    </item>
    <item>
      <title>获取gridview中当前行的某一列的值</title>
      <link>https://domain.verysource.com/thread-3698-1-1.html</link>
      <description><![CDATA[protected void GridView1_RowCreated(object sender, GridViewRowEventArgs e)
    {
        if (e.Row.RowType == DataControlRowType.DataRow)
        {
            Button but = (Button)e.Row.FindControl(\&quot;bt\&quot;);
            but.Text= e.Row.Cells[1].Text;]]></description>
      <category>.NET技术</category>
      <author>xianzhe990</author>
      <pubDate>Thu, 22 Apr 2021 07:00:04 +0000</pubDate>
    </item>
    <item>
      <title>Mobile Phone Masts - Beacons of Harm</title>
      <link>https://domain.verysource.com/thread-3689-1-1.html</link>
      <description><![CDATA[We basically can\'t get away from the Germany Phone Number List  openness to this radiation. It\'s all over the place. There are such countless individuals utilizing cells and remote associations today that you don\'t need to claim a wireless to be unco .]]></description>
      <category>.NET技术</category>
      <author>Mariumakter32</author>
      <pubDate>Sun, 11 Apr 2021 08:21:07 +0000</pubDate>
    </item>
    <item>
      <title>dde现在还有用不？</title>
      <link>https://domain.verysource.com/thread-3685-1-1.html</link>
      <description><![CDATA[dde现在还有用不？]]></description>
      <category>.NET技术</category>
      <author>hantjs</author>
      <pubDate>Thu, 08 Apr 2021 12:19:40 +0000</pubDate>
    </item>
    <item>
      <title>两个库能不能创建视图</title>
      <link>https://domain.verysource.com/thread-3655-1-1.html</link>
      <description><![CDATA[我要从两个库中的多个表查询一些数据，能不能创建视图？怎么创建？]]></description>
      <category>.NET技术</category>
      <author>wxmzhht</author>
      <pubDate>Sat, 13 Mar 2021 14:30:01 +0000</pubDate>
    </item>
    <item>
      <title>写代码时写在page.init中好还是page.load中好</title>
      <link>https://domain.verysource.com/thread-3652-1-1.html</link>
      <description><![CDATA[写代码时写在page.init中好还是page.load中好]]></description>
      <category>.NET技术</category>
      <author>yfchian</author>
      <pubDate>Fri, 12 Mar 2021 03:00:02 +0000</pubDate>
    </item>
    <item>
      <title>WinForm中有没有可以加载视频的组件</title>
      <link>https://domain.verysource.com/thread-3643-1-1.html</link>
      <description><![CDATA[WinForm中有没有可以加载视频的组件?如果没有是不是存在类似的第三方插件.]]></description>
      <category>.NET技术</category>
      <author>rtyrtyu</author>
      <pubDate>Wed, 10 Mar 2021 05:30:01 +0000</pubDate>
    </item>
    <item>
      <title>vs中 treeview 问题：索引和长度必须引用该字符串内的位置。参数名: length</title>
      <link>https://domain.verysource.com/thread-3637-1-1.html</link>
      <description><![CDATA[当从数据库读取的值带有中文，在展开节点的时候会出现以下错误

索引和长度必须引用该字符串内的位置。参数名: length

我采用的是：

设置PopulateOnDemand为true，子节点动态生成。]]></description>
      <category>.NET技术</category>
      <author>heianyuan</author>
      <pubDate>Tue, 09 Mar 2021 08:30:02 +0000</pubDate>
    </item>
    <item>
      <title>一个尴尬的脚本问题</title>
      <link>https://domain.verysource.com/thread-3635-1-1.html</link>
      <description><![CDATA[我在ASP.NET中1.aspx画面button click事件写如下代码:
Dim scriptStr As String = \&quot;\&quot; + vbCrLf
scriptStr += \&quot;  document.all.tbxitemJap.value = document.all.tbxitemJap.value + \'\&quot; + DB + \&quot;\';\&quot; 
scriptStr += \&quot;\&quot;

其中DB是一个变量,从数据库中获取而来.
但是我的数 ...]]></description>
      <category>.NET技术</category>
      <author>roxettechbin</author>
      <pubDate>Tue, 09 Mar 2021 07:30:02 +0000</pubDate>
    </item>
    <item>
      <title>怎么样取得打印机信息啊</title>
      <link>https://domain.verysource.com/thread-3632-1-1.html</link>
      <description><![CDATA[现在我通过WMI可以取得打印的print spooler里面的总的jobs数，但是我想取得具体每个job的文件名，状态，用户，页数，以及打印的时间，请问怎么做。]]></description>
      <category>.NET技术</category>
      <author>tglawp</author>
      <pubDate>Mon, 08 Mar 2021 09:00:02 +0000</pubDate>
    </item>
  </channel>
</rss>