|
Thread: Avi
-
Jan 7th, 2006, 03:11 PM
#1
Thread Starter
Member
Avi
Hi,
So aplly control Windows Media Player or API function mciSendstring, but WMP is better.
EXAMPLE
---------
'Insert in form control WindowsMedia
Private Sub Form_Load()
wmp.uiMode = "none"
wmp.URL = FileName
wmp.Controls.play
End Sub
Private Sub Form_Resize()
wmp.Width = Me.Width
wmp.Height = Me.Height
End Sub
-
Jan 7th, 2006, 07:20 PM
#2
-
Jan 7th, 2006, 07:21 PM
#3
Re: Avi
I'm sure he meant to reply in HERE ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|