内容列表
Adding Hyperlink Capability to RichText Boxes
  Adding Hyperlink Capability to RichText Boxes This tip show how to add hyperlinks into a RichTextBox. What you need to create is two classes that will interact with the RichTextBox. The two
分类:VB语言 查阅全文
Create Your Own Visual Basic Add-Ins
Create Your Own Visual Basic Add-InsBy S.S. Ahmed Rating: 3.7 out of 5Rate this article document.write("print this article") print this article email this article to a colleague
分类:VB语言 查阅全文
Handling Arrays Between ASP and COM
Handling Arrays Between ASP and COMBy Adam B. Richman Rating: 3.4 out of 5Rate this article document.write("print this article") print this article email this article to a colleag
分类:VB语言 查阅全文
Administer SQL Server remotely - Part 2
Administer SQL Server remotely - Part 2By S.S. Ahmed Create a component to administer SQL server remotely, create tasks that remove themselves from the scheduler after performing the assigned jo
分类:VB语言 查阅全文
DX: Full Screen GUI Development 2
Full Screen GUI Development Pt 2 ?More Controls & Text By Jim (Machaira) Perry     Welcome back! If you抮e saying 揌uh?!?then you probably haven抰 read the first part of this tuto
分类:VB语言 查阅全文
Microsoft Agent Tutorial Chapter 2
Microsoft Agent Tutorial Chapter 2 Author: AbstractvbDate: 4/22/2000 6:54:54 PMID: 84Microsoft Agent Version 2 Needed. Shows how to recieve input from the user via speech.  This uses the Text
分类:VB语言 查阅全文
Microsoft Agent Tutorial Chapter 1
Microsoft Agent Tutorial Chapter 1 Author: AbstractvbDate: 4/22/2000 6:53:44 PMID: 83Microsoft Agent Version 2 Needed. This starts a beginner level and shows how to load the control, use speech out
分类:VB语言 查阅全文
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 codi
分类:VB语言 查阅全文
用VB设计自己的E-mail系统
Visual Basic 6.0以其强大的功能为广大软件开发人员所喜爱,随着Internet的迅猛发展,VB6应用在网络方面的开发也越来越多。本文将介绍如何用VB设计一个自己的E-mail系统。   检查是否连通Internet   在设计自己的E-mail系统时,我们需要检测系统是否连通Internet,下文通过编写函数IsConnected来判断Internet是否连通。   在主
分类:VB语言 查阅全文
DX: Full Screen GUI Development 1
Full Screen GUI Development Pt 1 ?The Basics By Jim (Machaira) Perry     In this article we抣l look at developing a GUI for full-screen DirectX games. The code accompanying this artic
分类:VB语言 查阅全文
Creating a Server Component with VB - Redesigned - Part 1
Creating a Server Component with VB - Redesigned - Part 1By Doug Dean Rating: 4.6 out of 5Rate this article document.write("print this article") print this article email this arti
分类:VB语言 查阅全文
在菜单栏上实现超链接
在菜单栏上实现超链接上 以下内容放在窗体                   Private Sub Form_Activate()titleEnd Sub Private Sub Form_Load()Dim re
分类:VB语言 查阅全文
在VB中用Paintpicture方法进行图形处理
   在VB中用Paintpicture方法进行图形处理: 在控件picture1中放一张源图,在控件picture2上进行图形处理: 1.复制:picture2.paintpicture picture1.picture,0,0,picture2.width,picture.height,0,0, - picture1.width,picture1.height 2.
分类:VB语言 查阅全文
VB也能访问内存
    有人说vb不能操作内存,效率低下,我不是太赞同.vb跟c比当然效率比较低下了,但是如果使用得当还是有不少的效率提高的.      在开发windows上的应用时(注意啊,不是驱动),理论上来说,用vb可以做任何软件.因为vb本身没有的,可以使用api,而win32 api时可以实现windows上的任何应用功能的.当然
分类:VB语言 查阅全文
使用 Visual Basic 通过 32 位 地址访问内存(中英对照)
使用 Visual Basic 通过 32 位 地址访问内存 2001年7月6日 马尼拉,菲律宾 作者:Chris Vega [[email protected]]   当我们谈论“真的”指针和内存地址,我们大都会想到 Visual Basic 的局限性,比如,由于 VB 没有作为变量声明的指针数据类型,它不能直接访问内存。当某些场合需要一个变量的“地址”而不是它的值的时候,这一点混淆就显得
分类:VB语言 查阅全文
The COM Course - Part 3--By Karl Moore
VB-World - ActiveX Development - Articles - The COM Course - Part 3 - Compatibility tabletop2(); Search VB-World:      All VB-WorldVB F
分类:VB语言 查阅全文
The COM Course - Part 2--By Karl Moore
VB-World - ActiveX Development - Articles - The COM Course - Part 2 - Going It Alone tabletop2(); Search VB-World:      All VB-WorldVB
分类:VB语言 查阅全文
VB真是想不到系列之三:VB指针葵花宝典之函数指针
《VB真是想不到系列》    每次看大师的东西到了精彩之处,我就会拍案叫绝:"哇噻,真是想不到!"。在经过很多次这种感慨之后,我发现只要我们动了脑筋,我们自己也能有让别人想不到的东西。于是想到要把这些想不到的东拿出来和大家一起分享,希望抛砖引玉,能引出更多让人想不到的东西。本系列文章可见:    http://www.csdn.net/d
分类:VB语言 查阅全文
一些关于VB中字符串操作的问题和回答
提问:假设我从Excel表格中复制了一些数据到剪贴板中,比如是这样一些信息:Allen 12Anderson 13Douglas 12Ohio 49我怎样才能把这些名字和数字读进一个数组或者一个Grid框中呢?用Clipboard.GetText(vbCFText)只能一下子读入所有数据,而我希望一个一个地读。回答:新建一个项目,在窗体上放两个label和一个command。以下是代码:Priva
分类:VB语言 查阅全文
GB与BIG5内码转换COM的原代码(已经贴在开发者俱乐部了,在这里再贴一下)
这个COM用到了一个VC的资源文件。就是字典。大家可以去61.134.75.70/download/gb2big5.zip下载原代码如下:'//////////////////////////////////////////'中文名称:GB与BIG5内码互换控件'英文名称:GB2BIG5'作者:Blood'版本:1.0'制作时间:2002.3.5'版权所有 Blood 2002 -
分类:VB语言 查阅全文
<< 14 15 16 17 18 19 20 21 22 23 24 25 26 >>