|
-
Jun 1st, 2000, 04:31 AM
#1
Thread Starter
Lively Member
I am using the MMControl to play a simple AVI file. I was wondering if there was a way to embed it to the form rather that having it open in a seperate window each time. Any help is appreciated. Thanks
-
Jun 1st, 2000, 05:07 AM
#2
You can redirect the AVI file from the multimedia control to a picture box control like this:
MMControl.hWndDisplay = Picture1.hWnd
Just found this in a book, I'm going to try it out and post again later (unless this is enough for you to go on).
"It's cold gin time again ..."
Check out my website here.
-
Jun 1st, 2000, 05:10 AM
#3
Thread Starter
Lively Member
That worked perfect, I was pretty sure you could do it with Hwnd, but I was not sure how. THanks a lot.
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
|