代码搜索:DirectX7

找到约 18 项符合「DirectX7」的源代码

代码结果 18
www.eeworm.com/read/358871/10177428

bas module1.bas

Attribute VB_Name = "Module1" Public DX As New DirectX7 ' the main DirectX object Public DDRAW As DirectDraw7 ' the DirectDraw object Public SurfDesc As DDSURFACEDESC2 ' used for surface descri
www.eeworm.com/read/124610/14557454

txt @psc_readme_3676_3.txt

Title: Fly Game Description: It uses DirectX7 DirectDraw and DirectInput to create a small game in which you must outrun a fly. Sounds basic, is basic, looks harder. This file came from Planet-Sourc
www.eeworm.com/read/101409/15834870

bas moddxfull.bas

Attribute VB_Name = "modDX" Option Explicit Public DirectX As New DirectX7 Public DDraw As DirectDraw7 Public sPrimary As DirectDrawSurface7 Public sBack As DirectDrawSurface7 Public sPac(1 To
www.eeworm.com/read/100976/15859096

bas modmatrix.bas

Attribute VB_Name = "Module1" Public Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long Option Explicit Public dxDirectX As New DirectX7 Public dxDirectDraw7 As DirectDraw7
www.eeworm.com/read/105360/15669881

bas mk3d.bas

Attribute VB_Name = "Mk3d" Option Explicit Public dx As New DirectX7 Public dd As DirectDraw7 Public PrimarySurf As DirectDrawSurface7 Public BackBufferSurf As DirectDrawSurface7 Public d3
www.eeworm.com/read/102552/15775192

htm subject_29656.htm

序号:29656 发表者:陳章民 发表日期:2003-02-11 08:55:56 主题:How to play midi file by DirectX 内容:如何以DirectX撥放midi檔以下是用VB寫的,要如何改成VC++呢??Public ObjDX As New DirectX7Public ObjDS As Di
www.eeworm.com/read/101790/15811308

htm subject_29656.htm

序号:29656 发表者:陳章民 发表日期:2003-02-11 08:55:56 主题:How to play midi file by DirectX 内容:如何以DirectX撥放midi檔以下是用VB寫的,要如何改成VC++呢??Public ObjDX As New DirectX7Public ObjDS As Di
www.eeworm.com/read/151211/12228262

txt 70(1).txt

用VB编写<mark>DirectX7</mark>.0游戏   <mark>DirectX7</mark>.0终于出现了,同前面DirectX6相同,版本7也带了一个庞大(129M)的SDK开发库,同DirectX6 SDK库相比,<mark>DirectX7</mark>的SDK库提供了以下新的功能:   * 对于Visual Basic的支持。用户可以使用类库在Visual Basic环境下开发基于DirectX的程序。   * 提供更多DirectX ...