Brug ShellExecute funktionen - den gør lige hvad du ønsker : starter det
program en extension er associeret med.
'næste sektion skal stå på en linie
Private Declare Function ShellExecute Lib "shell32.dll" Alias
"ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal
lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String,
ByVal nShowCmd As Long) As Long
Const SW_SHOWNORMAL = 1
Private Sub Form_Load()
'KPD-Team 1998
'URL:
http://www.allapi.net/
'E-Mail: KPDTeam@Allapi.net
'Send an E-Mail to the KPD-Team
ShellExecute Me.hwnd, vbNullString, "c:\test.mp3", vbNullString, "C:\",
SW_SHOWNORMAL
End Sub
"Snedker" <morten@nospam_dbconsult.dk> wrote in message
news:84vufus39upqvvpc49es28ohsppqik6ipv@4ax.com...
> Hejsa,
>
> Hvor i reg-edit (hvis det er der), finder jeg ud af hvilket program er
> default afspiller for mp3-filer?
>
> mvh
> Morten Snedker