music in windos forms

  • פותח הנושא BatH
  • פורסם בתאריך

BatH

New member
music in windos forms

I’m using Windows Forms application: I have a ‘wax’ song-file and I want that when my form shows up the song will be playing. Any idea how to do that? thanks​
 

adam222

New member
you can allways

you can use an API to start a program with song file example: (source: http://www.allapi.net/dotnet) Imports System.Diagnostics Public Module modmain Sub Main() Dim NewProcess as Process = new Process NewProcess.Start("C:\winamp.exe c:\111.mp3") End Sub End Module enjoy.​
 
למעלה