Welcome to the VBscr ipt Language ReferenceThese handy blocks of information will help you explore the many different parts of the Visual Basic scr ipting language.You'll find all the parts of the VBscr ipt language listed alphabetically under the A
Private Sub Form_Load() Dim ddsd As DDSURFACEDESC2 Dim i As Long, lgCount As Long Set objDx = New DirectX7 '建立 DirectDraw 对象 Set objDraw = objDx.DirectDrawCreate("") '将DirectDraw对象支持的显示模式设置到DirectDrawEnumModes对象中 Set objEnumModes = objDraw.GetDispla
vb中的属性helpcontextID, 不知道怎么用,郁闷多年,现在算是基本明白了,做了个示例程序。体验时要求焦点分别停放在不同的文本框上,按F1。 程序包括vb源码, help work shop 制作的工程文件,资源文件,及生成的帮助文件。其中帮助文件是vb所需的。适合对vb比较熟悉的爱好者研究.