打印本文 打印本文 关闭窗口 关闭窗口
VB.NET实现DirectSound9 (7) 录音
作者:武汉SEO闵涛  文章来源:敏韬网  点击数10921  更新时间:2009/4/23 19:00:44  文章录入:mintao  责任编辑:mintao
        Me.TextBox1.TabIndex = 3

        Me.TextBox1.Text = "c:\0001.wav"

        ''''

        ''''Button1

        ''''

        Me.Button1.Location = New System.Drawing.Point(24, 240)

        Me.Button1.Name = "Button1"

        Me.Button1.Size = New System.Drawing.Size(64, 24)

        Me.Button1.TabIndex = 4

        Me.Button1.Text = "recode"

        ''''

        ''''Button2

        ''''

        Me.Button2.Location = New System.Drawing.Point(96, 240)

        Me.Button2.Name = "Button2"

        Me.Button2.Size = New System.Drawing.Size(72, 24)

        Me.Button2.TabIndex = 5

        Me.Button2.Text = "stop"

        ''''

        ''''Button3

        ''''

        Me.Button3.Location = New System.Drawing.Point(176, 240)

        Me.Button3.Name = "Button3"

        Me.Button3.Size = New System.Drawing.Size(80, 24)

        Me.Button3.TabIndex = 6

        Me.Button3.Text = "play"

        ''''

        ''''Button4

        ''''

        Me.Button4.Location = New System.Drawing.Point(272, 240)

        Me.Button4.Name = "Button4"

        Me.Button4.Size = New System.Drawing.Size(96, 24)

        Me.Button4.TabIndex = 7

        Me.Button4.Text = "disposebuff"

        ''''

        ''''Label1

        ''''

        Me.Label1.Location = New System.Drawing.Point(248, 16)

        Me.Label1.Name = "Label1"

        Me.Label1.Size = New System.Drawing.Size(264, 160)

        Me.Label1.TabIndex = 8

        Me.Label1.Text = "声音格式"

        ''''

        ''''Form1

        ''''

        Me.AutoScaleBaseSize = New System.Drawing.Size(6, 14)

        Me.ClientSize = New System.Drawing.Size(536, 277)

        Me.Controls.Add(Me.Label1)

        Me.Controls.Add(Me.Button4)

        Me.Controls.Add(Me.Button3)

        Me.Controls.Add(Me.Button2)

        Me.Controls.Add(Me.Button1)

        Me.Controls.Add(Me.TextBox1)

        Me.Controls.Add(Me.ListBox2)

        Me.Controls.Add(Me.ListBox1)

     

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]  ...  下一页 >> 

打印本文 打印本文 关闭窗口 关闭窗口