<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>批处理之家 - VBS教程&amp;资料</title>
    <link>http://www.bathome.net/forum-7-1.html</link>
    <description>Latest 20 threads of VBS教程&amp;资料</description>
    <copyright>Copyright(C) 批处理之家</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 30 Apr 2026 20:24:46 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.bathome.net/static/image/common/logo_88_31.gif</url>
      <title>批处理之家</title>
      <link>http://www.bathome.net/</link>
    </image>
    <item>
      <title>如何制作com组件</title>
      <link>http://www.bathome.net/thread-69359-1-1.html</link>
      <description><![CDATA[受制于微软对vbs安全性的考量 vbs只能使用com组件与电脑交互
远古时期有人很喜欢用vb6制作com vb6对于com极其支持 你甚至可以不用写出class的关键字 
而用c++等底层语言则工作量就较为恐怖 借口等等均要手动实现
那如何创建com组件呢？

所需材料：一台安装有.net frame ...]]></description>
      <category>VBS教程&amp;资料</category>
      <author>jyswjjgdwtdtj</author>
      <pubDate>Fri, 12 Jul 2024 07:01:18 +0000</pubDate>
    </item>
    <item>
      <title>在 VBScript 中使用哈希表（Hashtable）</title>
      <link>http://www.bathome.net/thread-66873-1-1.html</link>
      <description><![CDATA[环境要求


[*]Windows XP 及以上。
[*]Windows 10 、 Windows 11 在 Windows 功能 中勾选 .NET Framework 3.5 (包括 .NET 2.0 和 3.0) 。
使用

创建一个 Hashtable 对象：Count 属性：返回表中键值对的数量IsFixedSize 属性：哈希表是否具有固定大小

由于 VBS 无法调 ...]]></description>
      <category>VBS教程&amp;资料</category>
      <author>老刘1号</author>
      <pubDate>Mon, 24 Jul 2023 02:21:02 +0000</pubDate>
    </item>
    <item>
      <title>在 VBScript 中使用有序列表（SortedList）</title>
      <link>http://www.bathome.net/thread-66872-1-1.html</link>
      <description><![CDATA[环境要求


[*]Windows XP 及以上。
[*]Windows 10 、 Windows 11 在 Windows 功能 中勾选 .NET Framework 3.5 (包括 .NET 2.0 和 3.0) 。
前置知识下面两个返回值出现的原因是浮点误差：使用

创建一个 SortedList 对象：Capacity 属性：表示有序列表目前的容量Count  ...]]></description>
      <category>VBS教程&amp;资料</category>
      <author>老刘1号</author>
      <pubDate>Mon, 24 Jul 2023 01:32:29 +0000</pubDate>
    </item>
    <item>
      <title>微软的vbs教程</title>
      <link>http://www.bathome.net/thread-65936-1-1.html</link>
      <description><![CDATA[这是windows2000的帮助文档 我见过最好的wshshell教程
https://learn.microsoft.com/en-us/previous-versions/tn-archive/ee156581(v=technet.10)
scripting.fso/dic:
https://learn.microsoft.com/en-us/previous-versions/tn-archive/ee198742(v=technet.10)
介绍vbs ...]]></description>
      <category>VBS教程&amp;资料</category>
      <author>jyswjjgdwtdtj</author>
      <pubDate>Sun, 23 Apr 2023 12:07:39 +0000</pubDate>
    </item>
    <item>
      <title>VBScript / JScript 在线参考</title>
      <link>http://www.bathome.net/thread-65388-1-1.html</link>
      <description><![CDATA[点我访问（也可在论坛首页找到）

[*] 现代化且美观大方的界面
[*] 支持任意现代浏览器、并且兼容 IE
[*] 响应式设计（所以支持窄屏/手机访问）
[*] 标题索引、全文搜索支持
[*] 支持切换黑/白主题（默认白色，其实我比较喜欢黑色的）
[*] 支持一键下载例子代码
[*] 支 ...]]></description>
      <category>VBS教程&amp;资料</category>
      <author>老刘1号</author>
      <pubDate>Sun, 05 Mar 2023 14:13:49 +0000</pubDate>
    </item>
    <item>
      <title>vbs中文手册0.3</title>
      <link>http://www.bathome.net/thread-65315-1-1.html</link>
      <description><![CDATA[vbs中文手册0.3
https://pan.baidu.com/s/1nvDKz1n
欢迎指点QQ20147578]]></description>
      <category>VBS教程&amp;资料</category>
      <author>czjt1234</author>
      <pubDate>Mon, 27 Feb 2023 13:12:40 +0000</pubDate>
    </item>
    <item>
      <title>在 VBScript 中使用队列（Queue）</title>
      <link>http://www.bathome.net/thread-65209-1-1.html</link>
      <description><![CDATA[队列（简称为队）是一种先入先出（First In, First Out）的数据结构。

环境要求


[*]Windows XP 及以上。
[*]Windows 10 、 Windows 11 在 Windows 功能 中勾选 .NET Framework 3.5 (包括 .NET 2.0 和 3.0) 。
前置知识下面两个返回值出现的原因是浮点误差：使用

创 ...]]></description>
      <category>VBS教程&amp;资料</category>
      <author>老刘1号</author>
      <pubDate>Sat, 18 Feb 2023 11:13:21 +0000</pubDate>
    </item>
    <item>
      <title>在 VBScript 中使用堆栈（Stack）</title>
      <link>http://www.bathome.net/thread-65208-1-1.html</link>
      <description><![CDATA[堆栈（简称为栈）是一种先入后出（First In, Last Out）的数据结构。

环境要求


[*]Windows XP 及以上。
[*]Windows 10 、 Windows 11 在 Windows 功能 中勾选 .NET Framework 3.5 (包括 .NET 2.0 和 3.0) 。
前置知识下面两个返回值出现的原因是浮点误差：使用

创建 ...]]></description>
      <category>VBS教程&amp;资料</category>
      <author>老刘1号</author>
      <pubDate>Sat, 18 Feb 2023 11:12:12 +0000</pubDate>
    </item>
    <item>
      <title>在 VBScript 中使用动态数组（ArrayList）</title>
      <link>http://www.bathome.net/thread-65207-1-1.html</link>
      <description><![CDATA[环境要求


[*]Windows XP 及以上。
[*]Windows 10 、 Windows 11 在 Windows 功能 中勾选 .NET Framework 3.5 (包括 .NET 2.0 和 3.0) 。
优点


[*]相比 VBScript 内置的数组，大小可自动变化。
[*]原生支持尾部添加、插入、删除、修改、切片、范围删除、翻转、查询、 ...]]></description>
      <category>VBS教程&amp;资料</category>
      <author>老刘1号</author>
      <pubDate>Sat, 18 Feb 2023 11:02:19 +0000</pubDate>
    </item>
    <item>
      <title>支持 VBS / JS 的终端控制、彩色显示类库 - TerminalController.vbs</title>
      <link>http://www.bathome.net/thread-62306-1-1.html</link>
      <description><![CDATA[GitHub








为 VBS、JScript 而生，由 VBS 写就的 COM 组件。

实用且便携的 Windows Terminal 控制类，可实现彩色输出、光标控制等功能。

浏览


[*]中文
[*]英文
开始

环境要求


[*]视窗操作系统
[*]Windows Terminal
安装

以管理员权限运行以下命令：警告： ...]]></description>
      <category>VBS教程&amp;资料</category>
      <author>老刘1号</author>
      <pubDate>Mon, 11 Apr 2022 14:06:33 +0000</pubDate>
    </item>
    <item>
      <title>在VBS中判断COM类是否存在</title>
      <link>http://www.bathome.net/thread-47531-1-1.html</link>
      <description><![CDATA[该文章由老刘原创，转载需注明原作者昵称。

在VBS中，我们有时需要判断一个COM类是否存在，以便执行不同的操作。
这里介绍2种基本的方法，其函数的返回值为Bool值，为真则证明COM类存在。

1、注册表查询法。该方法用到了一个Win Script Host附带的COM类。通过直接查询 ...]]></description>
      <category>VBS教程&amp;资料</category>
      <author>老刘1号</author>
      <pubDate>Sun, 11 Mar 2018 05:29:23 +0000</pubDate>
    </item>
    <item>
      <title>vbs中文参考</title>
      <link>http://www.bathome.net/thread-43336-1-1.html</link>
      <description><![CDATA[自己写了玩的，水平有限，仅供参考
不定期更新

http://pan.baidu.com/s/1qY98wK8

vbs中文手册0.2
https://pan.baidu.com/s/1nvDKz1n]]></description>
      <category>VBS教程&amp;资料</category>
      <author>czjt1234</author>
      <pubDate>Tue, 28 Feb 2017 13:43:59 +0000</pubDate>
    </item>
    <item>
      <title>VBS 使用 DynamicWrapper 调用 Windows API 绘制 GUI</title>
      <link>http://www.bathome.net/thread-35324-1-1.html</link>
      <description><![CDATA[VBS 使用 DynamicWrapper 调用 Windows API 绘制 GUI


DialogBox with only api calls 
http://www.visualbasicscript.com/m43011.aspx]]></description>
      <category>VBS教程&amp;资料</category>
      <author>yu2n</author>
      <pubDate>Thu, 23 Apr 2015 03:35:09 +0000</pubDate>
    </item>
    <item>
      <title>bat、vbs、js 原生混编</title>
      <link>http://www.bathome.net/thread-34109-1-1.html</link>
      <description><![CDATA[发现 mshta 会把 file:// 协议指向的文件当作 html 来解析（注：IUnknown 与 happyxxdhaha 提醒此处必需使用绝对路径，否则不会执行），心里顿时有一万只草泥马奔过，原来如此简单的答案就在身边，却错过了四年
基本框架：事实上，file:// 协议名可以省略，而且如果不需 ...]]></description>
      <category>VBS教程&amp;资料</category>
      <author>CrLf</author>
      <pubDate>Thu, 29 Jan 2015 22:05:04 +0000</pubDate>
    </item>
    <item>
      <title>VBS修改文件夹窗口查看方式、排序方式、分组依据</title>
      <link>http://www.bathome.net/thread-33090-1-1.html</link>
      <description><![CDATA[举个栗子：]]></description>
      <category>VBS教程&amp;资料</category>
      <author>CrLf</author>
      <pubDate>Wed, 26 Nov 2014 09:42:13 +0000</pubDate>
    </item>
    <item>
      <title>HTA文件去除html控件认证和接收命令行参数</title>
      <link>http://www.bathome.net/thread-31474-1-1.html</link>
      <description><![CDATA[以下代码为转载，可能是出自 vbs小铺，但找不到原链接
脚本之家还是叫无耻到家好了，除非被人投诉，否则转载从不注明出处，不但经常改标题还故意把代码中原有的一些字符串替换成自家域名，极度反感，强烈鄙视
-------------------------------------------------------- ...]]></description>
      <category>VBS教程&amp;资料</category>
      <author>CrLf</author>
      <pubDate>Sun, 17 Aug 2014 10:59:04 +0000</pubDate>
    </item>
    <item>
      <title>VBS脚本的GUI界面——HTA简明教程</title>
      <link>http://www.bathome.net/thread-31473-1-1.html</link>
      <description><![CDATA[转自：http://blog.csdn.net/inject2006/article/details/2039739

HTA是HTML Application的缩写（HTML应用程序），是软件开发的新概念，直接将HTML保存成HTA的格式，就是一个独立的应用软件，双击就能运行，与VB、C++等程序语言所设计的软件没什么差别。原来网页中的工 ...]]></description>
      <category>VBS教程&amp;资料</category>
      <author>CrLf</author>
      <pubDate>Sun, 17 Aug 2014 10:48:05 +0000</pubDate>
    </item>
    <item>
      <title>VBS如何通过WMI实现事件监控</title>
      <link>http://www.bathome.net/thread-26221-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>VBS教程&amp;资料</category>
      <author>batman</author>
      <pubDate>Mon, 02 Sep 2013 14:23:51 +0000</pubDate>
    </item>
    <item>
      <title>VBS创建InternetExplorer.Application对象出现“系统找不到指定的文件”的解决方法</title>
      <link>http://www.bathome.net/thread-26143-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>VBS教程&amp;资料</category>
      <author>tmplinshi</author>
      <pubDate>Fri, 30 Aug 2013 06:09:43 +0000</pubDate>
    </item>
    <item>
      <title>批处理之家VBS技术交流QQ群</title>
      <link>http://www.bathome.net/thread-15704-1-1.html</link>
      <description><![CDATA[为了便于大家交流学习，特此创建QQ群
群号：186469849

本群规则请参照：
http://bbs.bathome.net/thread-3930-1-1.html]]></description>
      <category>VBS教程&amp;资料</category>
      <author>broly</author>
      <pubDate>Wed, 29 Feb 2012 13:50:01 +0000</pubDate>
    </item>
  </channel>
</rss>