精品一区二区中文在线,无遮挡h肉动漫在线观看,国产99视频精品免视看9,成全免费高清大全

VB4.0與Windows 95 API接口的多媒體應用程序設計實例

時間:2023-05-01 08:06:04 計算機論文 我要投稿
  • 相關推薦

VB4.0與Windows 95 API接口的多媒體應用程序設計實例

Visual Basic以其簡單、快捷的特點深受廣大多媒體開發者的喜愛。用Visual Basicfor Windows 95(以下簡稱VB4.0)可以迅速地編寫出真正的Windows 95應用軟件,尤其是在VB4.0中通過調用Windows 95 API函數,一方面可以靈活地利用Windows 95提供的系統資源,另一方面無需調用VB的MCI(多媒體控制接口),使多媒體軟件編寫更方便。

本文所提供的源程序,具有簡單、方便操作和易于移植使用的特點。

該程序可以使用戶選擇播放*.AVI文件,如稍加改動即可播放其他格式的多媒體文件。本程序經VB4.0編譯通過。

調用*.AVI文件源程序如下:

源程序清單:

’窗體files01.frm的特性表

VERSION 4.00

Begin VB.Form files01

Caption="Files"

ClientHeight=4365

ClientLeft=1095

ClientTop=1515

ClientWidth=7230

Height=4770

Left=1035

LinkTopic="files"

ScaleHeight=4365

ScaleWidth=7230

Top=1170

Width=7350

Begin VB.CommandButton Command1

Caption="Ok"

Height=735

Left=5880

TabIndex=4

Top=1800

Width=615

End

Begin VB.TextBox text1

Height=375

Left=600

TabIndex=3

Top=360

Width=5415

End

Begin VB.FileListBox File1

Height=2760

Left=2760

TabIndex=2

Top=1080

Width=2175

End

Begin VB.DirListBox Dir1

Height=2280

Left=600

TabIndex=1

Top=1560

Width=1815

End

Begin VB.DriveListBox Drive1

Height=315

Left=720

TabIndex=0

Top=1080

Width=1695

End

End

’窗體files01.frm代碼

Attribute VB-Name="files01"

Attribute VB-Creatable=False

Attribute VB-Exposed=False

Private Sub Command1-Click()

Load file02

flie02.Show

End Sub

Private Sub Dir1-Change()

flie1.Path=Dir1.Path

End Sub

Private Sub Drive1-Change()

Dir1.Path=Drive1.Drive

End Sub

Private Sub File1-Click()

flie1.Path=Dir1.Path

End Sub

Private Sub File1-DblClick()

pth$=Dir1.Path

If Right$(pth$,1)="\"Then

Text1.Text=pth$ File1.FileName

Else

Text1.Text=pth$ "\" File1.FileName

End If

End Sub

’窗體file02.frm特性表

VERSION 4.00

Begin VB.Form file02

Caption="file02"

ClientHeight=4230

ClientLeft=1095

ClientTop=1515

[1] [2] 

【VB4.0與Windows 95 API接口的多媒體應用程序設計實例】相關文章:

windows及應用實踐報告04-14

瑞利波勘探原理及應用實例04-29

逆向思維與發散思維的應用實例04-27

語文多媒體教學的應用04-30

微弱發光分析技術應用實例(五)04-26

故障恢復控制臺應用實例05-01

微弱發光分析技術應用實例(四)04-30

精益六西格瑪應用實例05-01

Carrousel 2000氧化溝工藝的應用實例04-27

水下巖石錨桿基礎應用實例04-28