• Microsoft Agent Tutorial Chapter 2

    Microsoft Agent Tutorial Chapter 2 Author: Abstractvb Date: 4/22/2000 6:54:54 PM ID: 84 Microsoft Agent Version 2 Needed. Shows how to recieve input from the user via speech. This uses the Text to Speech engine and MSAgents commands to determine wha...

    2008-04-10 03:07:25

  • Microsoft Agent Tutorial Chapter 1

    Microsoft Agent Tutorial Chapter 1 Author: Abstractvb Date: 4/22/2000 6:53:44 PM ID: 83 Microsoft Agent Version 2 Needed. This starts a beginner level and shows how to load the control, use speech output tags, animations and bookmarks. Part 1 - Load...

    2008-04-10 03:07:24

  • Visual Basic 6 Naming Standards

    This contains the Microsoft Recommended naming conventions for Objects, and Variables in Visual Basic 6.0. Why is this here? I believe it is always important to follow some standard when coding, and if your job involves VB programming, then I''''m s...

    2008-04-10 03:07:24

  • VB还是C#,如何选择?

    Visual Basic Visual Basic.net 还是 C# ——如何选择 .net 语言 在 .net 中,如何选择 VB 或 C# ?这似乎已经争论了很久。很多人盲目选择,也产生了许多流言和错误。本文将从以下方面指导你选择正确的开发语言。 功能上的考虑 许多人认为 C# 的功能比 VB.net 强大,或...

    2008-04-10 03:07:23

  • 未公开API函数揭秘——通用对话框

    未公开API函数揭秘——通用对话框 未公开API函数揭秘——通用对话框 COMDLG32.DLL 为我们提供了一些很有用的对话框,但是仍然有部分我们可能会用到的系统对话框它却没有提供。如果试图复制这些系统对话框将是一件麻烦的苦差事。幸好shell32.dll为我们提供了这些对话框...

    2008-04-10 03:07:22

  • 通用数据链接文件 (*.UDL) 的创建

    引用 Microsoft OLE DB Service Component 1.0 Type Library Option Explicit Private Sub Command1_Click() Dim x As New MSDASC.DataLinks x.hWnd = Me.hWnd Dim s As String On Error GoTo ErrorHandler s = x.PromptNew On Error GoTo 0 If VBA.Len(VBA.Trim(s "")...

    2008-04-10 03:07:22

  • 在VB中终止Win9X

    在VB中终止Win9X 在Visual Basic程序中,可以使用Windows API函数来重新启动计算机系统,文本介绍如何退出Windows 9X并关闭计算机系统。 一、关闭计算机系统 可以使用Windows API的ExitWindowsEx函数来从Visual Basic程序中重新启动计算机系统。要使用该函数,需要将如...

    2008-04-10 03:07:21

  • Shell语句用法心得

    Shell语句用法心得 一. 调用系统“创建快捷方式”向导 是否为VB不支持创建快捷方式而于着急呢?虽然 您可以调用vb5stkit.Dll中的fCreateShellLink函 数,但它是为安装程序设计的,快捷方式的默认路径 总是从当前用户的“\Start Menu\Programs”开始,也 就是说,如...

    2008-04-10 03:07:21

  • 图象转换下

    图象转换下 ''''********************************************************************** ''''* 刷新 PictureBox 控件的 Picture 对象。对PictureBox中的任何绘图操作, ''''* 通过它即可转换为Picture对象 ''''* 使用该函数可将PictureBox内的图象编辑结果永久更新...

    2008-04-10 03:07:20

  • VB计算农历的算法

    ''''下面是一个关于VB的农历算法 ''''日期数据定义方法如下 ''''前12个字节代表1-12月为大月或是小月,1为大月30天,0为小月29天, ''''第13位为闰月的情况,1为大月30天,0为小月29天,第14位为闰月的月 ''''份,如果不是闰月为0,否则给出月份,10、11、12分别用A、B...

    2008-04-10 03:07:18

2