P penobepo New member Local time Today, 02:42 Joined Jan 5, 2006 Messages 6 Jan 5, 2006 #1 Hi i wanna get form run mpe by access can u help me??
Ron_dK Cool bop aficionado Local time Today, 11:42 Joined Sep 5, 2002 Messages 2,141 Jan 5, 2006 #2 Make a button on your form ( thru the button wizard) and insert the following : ( Assuming you play the MP3 with WMP ) "C:\Program Files\Windows Media Player\wmplayer.exe" /ADD c:\music\file1.mp3 Hope this helps.
Make a button on your form ( thru the button wizard) and insert the following : ( Assuming you play the MP3 with WMP ) "C:\Program Files\Windows Media Player\wmplayer.exe" /ADD c:\music\file1.mp3 Hope this helps.
S Sergeant Someone's gotta do it Local time Today, 05:42 Joined Jan 4, 2003 Messages 638 Jan 5, 2006 #3 There's also the WMP activeX control that can be placed on the form and controlled programatically.
B bonekrusher Registered User. Local time Today, 02:42 Joined Nov 19, 2005 Messages 266 Jan 5, 2006 #4 do you know what the control is called?
S Sergeant Someone's gotta do it Local time Today, 05:42 Joined Jan 4, 2003 Messages 638 Jan 6, 2006 #5 Windows Media Player. The class is WMPlayer.OCX.7
B bonekrusher Registered User. Local time Today, 02:42 Joined Nov 19, 2005 Messages 266 Jan 6, 2006 #6 Thanks. Bones
P penobepo New member Local time Today, 02:42 Joined Jan 5, 2006 Messages 6 Jan 7, 2006 #7 thanks with my best w. please can send me example.