Mombu the Programming Forum

Go Back   Mombu the Programming Forum > Programming > sound in visual basic
User Name
Password
REGISTER NOW! Mark Forums Read




Reply Bookmark and Share
1 14th November 01:24
jeroen van vliet
External User
 
Posts: 1
Default sound in visual basic



Hello all,

I have an ado control with an access dbase and i want to make a button that
when its clicked a specified wav or mp3 file will be played in accordance
with each record on the access database. Does anyone know how do do this?

Jeroen
  Reply With Quote


 


2 14th November 01:26
paul_james_hayward
External User
 
Posts: 1
Default sound in visual basic



Hi Jeroen,

to play wav files you can use the Multimedia Control (MMControl).
Whenever you want to play a sound just change the properties of the control.

e.g.
' Set general properties needed by MM Control.
MMControl1.Notify = False
MMControl1.Wait = True
MMControl1.Shareable = False
MMControl1.DeviceType = "WaveAudio"

' Each time button is clicked load the relevant wav file
'Either i) a fixed path to a file
MMControl1.FileName = "C:\WINNT\Media\chimes.wav"
'Or ii) a database field containing the path
MMControl1.FileName = MyRecordset!StrSoundPath

' Open the sound file and play
MMControl1.Command = "Open"
MMControl1.Command = "Play"

I don't know if this control works with mp3 files though.

Hope this helps
  Reply With Quote
Reply


Thread Tools
Display Modes


Some other forums that might be of your interest : Development, Ada, Apple script, Assembler, Awk, Beos, Basic, C, C++, C#, C# .net, .net, .net frameworks, Asp .net, Clarion, Clipper, Clos, Clu, Cobol, Coldfusion, Delphi, Dylan, Eiffel, Forth, Fortran, Haskell, Hermes, Icon, Idl, Java, Java script, Jscript .net, Jcl, Linoleum, Lisp, Lotus, Limbo, Logo, Ml, Mumps, Oberon, Postscript, Pop, Pl1, Prolog, Python, Ruby, Pascal, Perl, Php, Rebol, Rexx, Sed, Sather, Scheme, Smalltalk, Tcl, Vhdl, Vrml, Visual basic, Visual basic .net, Yorick, Mysql, Omnis, Postgresql, Xbase, Access, Oracle, Adabas, Berkeley, Btrieve, Filemaker, Gupta, Db2, Informix, Ingres, Mssql server, Object, Olap, Paradox, Rdb, Revelation, Sybase, Theory, Dbase, Html, Java script, Css, Flash, Photoshop, Corel script, Xml, Tech, Beos, Gem, Hp48, Hpux, Linux, Mac, Ms-dos, Os2, Palm, Solaris, Ti99, Windows, Xenix, Aos, Chorus, Geos, Inferno, Lantastic, Lynx, Mach, Minix, Netware, Os9, Parix, Plan9, Psos, Qnx, Xinu, Sco, Unix, Aix, Aux, 386bsd, Bsdi, Freebsd, Netbsd, Openbsd, Ultrix, Amd, Intel, Aptiva, Buz, Deals, Homebuilt, Overclocking, Programming, Extra forums


Copyright © 2006 SmartyDevil.com - Dies Mies Jeschet Boenedoesef Douvema Enitemaus -
666