转至繁体中文版     | 网站首页 | 图文教程 | 资源下载 | 站长博客 | 图片素材 | 武汉seo | 武汉网站优化 | 
最新公告:     敏韬网|教学资源学习资料永久免费分享站!  [mintao  2008年9月2日]        
您现在的位置: 学习笔记 >> 图文教程 >> 软件开发 >> VB.NET程序 >> 正文
走近VB.Net(十) 播放声音文件         ★★★★

走近VB.Net(十) 播放声音文件

作者:闵涛 文章来源:闵涛的学习笔记 点击数:2195 更新时间:2009/4/23 19:01:14

 

         因为考虑到有部分初学者VB6没有用过,所以我在源码中对每一句代码都进行了注释。

           首先如下添加控件:
         

          添加三个button控件,写代码如下:

Imports System.ComponentModel ''''引用 族名 System.ComponentModel

Imports System.Drawing ''''引用族名 System.Drawing

Imports System.WinForms ''''引用族名 System.WinForms

''''引用族名的目的是在调用他的子类时不需要写出族名,如system.drawing.color写成color

Public Class Form1

    Inherits System.WinForms.Form '''' Inherits是从已有的一个类继承,得到这个类已定义的方法

 

    Public Sub New()

        MyBase.New() ''''mybase是指代父类 mybase.new是调用父类的new过程,new是新建一个对象,对象是存在内存的,类是并不存在内存的

 

        Form1 = Me ''''这样,下面的me关键字 就被认定为form1

 

       

        InitializeComponent() ''''这下面的代码是在新建一个form1的实例时执行的初始化动作

        Call me_load() ''''这是自定义的一个子过程

       

    End Sub

 

    ''''Form overrides dispose to clean up the component list.

    Overrides Public Sub Dispose()

        AxMMControl1.Command = "close" ''''关闭声音资源,这个代码一定要放在dispose过程的前面

        MyBase.Dispose() ''''dispose是清除对象

        components.Dispose() ''''清空组件

    End Sub

   

    ''''下面的代码是对属性的描述,是系统自已生成的,不要随意修改

#Region " Windows Form Designer generated code "

   

    ''''Required by the Windows Form Designer

    Private components As System.ComponentModel.Container

    Private WithEvents Button3 As System.WinForms.Button

    Private WithEvents Button2 As System.WinForms.Button

    Private WithEvents Button1 As System.WinForms.Button

    Private WithEvents AxMMControl1 As AxMCI.AxMMControl

   

    Dim WithEvents Form1 As System.WinForms.Form

   

    ''''NOTE: The following procedure is required by the Windows Form Designer

    ''''It can be modified using the Windows Form Designer. 

    ''''Do not modify it using the code editor.

    Private Sub InitializeComponent()

        Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(Form1))

       

        Me.components = New System.ComponentModel.Container()

        Me.Button1 = New System.WinForms.Button()

        Me.AxMMControl1 = New AxMCI.AxMMControl()

        Me.Button3 = New System.WinForms.Button()

        Me.Button2 = New System.WinForms.Button()

       

        AxMMControl1.BeginInit()

       

        ''''@design Me.TrayHeight = 0

        ''''@design Me.TrayLargeIcon = False

        ''''@design Me.TrayAutoArrange = True

        Button1.Location = New System.Drawing.Point(8, 8)

        Button1.Size = New System.Drawing.Size(80, 32)

        Button1.TabIndex = 1

        Button1.Text = "Button1"

       

[1] [2] [3]  下一页


[ORACLE]ORACLE SQL性能优化系列 (十)  
教程录入:mintao    责任编辑:mintao 
  • 上一篇教程:

  • 下一篇教程:
  • 【字体: 】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
      注:本站部分文章源于互联网,版权归原作者所有!如有侵权,请原作者与本站联系,本站将立即删除! 本站文章除特别注明外均可转载,但需注明出处! [MinTao学以致用网]
      网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)

    同类栏目
    · C语言系列  · VB.NET程序
    · JAVA开发  · Delphi程序
    · 脚本语言
    更多内容
    热门推荐 更多内容
  • 没有教程
  • 赞助链接
    更多内容
    闵涛博文 更多关于武汉SEO的内容
    500 - 内部服务器错误。

    500 - 内部服务器错误。

    您查找的资源存在问题,因而无法显示。

    | 设为首页 |加入收藏 | 联系站长 | 友情链接 | 版权申明 | 广告服务
    MinTao学以致用网

    Copyright @ 2007-2012 敏韬网(敏而好学,文韬武略--MinTao.Net)(学习笔记) Inc All Rights Reserved.
    闵涛 投放广告、内容合作请Q我! E_mail:admin@mintao.net(欢迎提供学习资源)

    站长:MinTao ICP备案号:鄂ICP备11006601号-18

    闵涛站盟:医药大全-武穴网A打造BCD……
    咸宁网络警察报警平台