Print Page | Close Window

Intro / Form Music

Printed From: Mirage Source
Category: Tutorials
Forum Name: Temporary Archive (Read Only)
Forum Discription: Temporary 3.0.3 archive tutorials, will be deleted when converted.
URL: http://ms.shannaracorp.com/backup-forums/forum_posts.asp?TID=152
Printed Date: 20 December 2006 at 5:52pm
Software Version: Web Wiz Forums 8.01 - http://www.webwizforums.com


Topic: Intro / Form Music
Posted By: Sync
Subject: Intro / Form Music
Date Posted: 11 February 2006 at 3:08pm
This is a simple tutorial to add music to the Main Menu, login screen, etc.

Open up the form code you want music in, such as frmMainMenu.

Add this code:

Private Sub Form_Load()
    Call PlayMidi("music1.mid")
End Sub

Just change music1 to whatever music you want.

Then, for every button you want to stop the music, such as the Login button, you would double click on the button and add this code:

    Call StopMidi


That's all!  :D



Print Page | Close Window

Bulletin Board Software by Web Wiz Forums version 8.01 - http://www.webwizforums.com
Copyright ©2001-2006 Web Wiz Guide - http://www.webwizguide.info