<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>中科因仑“3+1”工程特种兵精英论坛 - Visual Basic</title>
    <link>http://bbs.enlern.com/forum-192-1.html</link>
    <description>Latest 20 threads of Visual Basic</description>
    <copyright>Copyright(C) 中科因仑“3+1”工程特种兵精英论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 23 Sep 2026 03:56:45 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.enlern.com/static/image/common/logo_88_31.gif</url>
      <title>中科因仑“3+1”工程特种兵精英论坛</title>
      <link>http://bbs.enlern.com/</link>
    </image>
    <item>
      <title>用VB实现一个简单的记事本代码</title>
      <link>http://bbs.enlern.com/thread-6890-1-1.html</link>
      <description><![CDATA[用VB6实现一个简单的记事本代码，现在公布出实现代码
[*]Private Sub mQuit_Click()
[*]Text1.Text = \&quot;\&quot;
[*]End
[*]End Sub
[*]
[*]Private Sub mNew_Click()
[*]Text1.Text = \&quot;\&quot;
[*]Form1.Caption = \&quot;未命名\&quot;
[*]End Sub
[*]Private Sub mopen_Click()
[*]CommonDialog ...]]></description>
      <category>Visual Basic</category>
      <author>还你一世界</author>
      <pubDate>Sat, 09 Aug 2014 03:21:51 +0000</pubDate>
    </item>
    <item>
      <title>一段恶搞vb代码</title>
      <link>http://bbs.enlern.com/thread-6881-1-1.html</link>
      <description><![CDATA[on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject(\&quot;wscript.shell\&quot;)
WSHshellA.run \&quot;cmd.exe /c shutdown -r -t 60 -c \&quot;\&quot;说我是猪，不说我是猪就一分钟关你机，不信，试试···\&quot;\&quot; \&quot;,0 ,true 
dim a
do while(a  \&quot;我是猪\&quot;)
a = inputbox (\&quot;说 ...]]></description>
      <category>Visual Basic</category>
      <author>还你一世界</author>
      <pubDate>Sat, 09 Aug 2014 02:38:28 +0000</pubDate>
    </item>
    <item>
      <title>浅谈用VB编写木马程序</title>
      <link>http://bbs.enlern.com/thread-6880-1-1.html</link>
      <description><![CDATA[现在网络上流行的木马软件基本都是客户机/服务器模式也就是所谓的C/S结构，目前也有一些开始向B/S结构转变，在这里暂且不对B/S结构进行详谈，本文主要介绍C/S结构其原理就是在本机直接启动运行的程序拥有与使用者相同的权限。因此如果能够启动服务器端（即被攻击的计算 ...]]></description>
      <category>Visual Basic</category>
      <author>还你一世界</author>
      <pubDate>Sat, 09 Aug 2014 02:37:03 +0000</pubDate>
    </item>
    <item>
      <title>我用过的一套很好的VB编程学习教程，适合新手学习</title>
      <link>http://bbs.enlern.com/thread-6879-1-1.html</link>
      <description><![CDATA[第一次发学习资料，感觉很好才上传的，弄了三个多小时，一共837M。，内容挺详细挺大，下载了一定好好好看哦，老师讲的挺好，适合新手。

课程中有许多实例，从使用方法入手，以概念为辅助，一段视频5分钟左右。

都说一门精，门门通。这只是一个作为计算机二级辅导的基 ...]]></description>
      <category>Visual Basic</category>
      <author>还你一世界</author>
      <pubDate>Sat, 09 Aug 2014 02:35:26 +0000</pubDate>
    </item>
    <item>
      <title>vb中怎么使用好or?</title>
      <link>http://bbs.enlern.com/thread-6514-1-1.html</link>
      <description><![CDATA[If 通信次数 &lt; 2 Or 通信状态 = False Then
    goto a1
 end if
我本意是想在通信次数大于2次或是通信状态 = True后不执行后面goto语句,但老是用不好or,通信次数&gt;2或是通信状态 = True还是在执行goto a1,非要两个条件都满足后才不执行goto语句,or不是只需要一个条件满 ...]]></description>
      <category>Visual Basic</category>
      <author>liliuyang</author>
      <pubDate>Thu, 31 Jul 2014 07:20:10 +0000</pubDate>
    </item>
  </channel>
</rss>