Lorin
2007-09-21 18:32:04 UTC
Thanks for all the help so far with mciSendString.
mlRet = mciSendString("open " & sAVIFile & " Type MPEGVideo alias AVI
wait", 0&, 0&, 0&)
Works like a champ ... but
The last and final question is -
Now that I can place the video in a PictureBox, how do I set the size of the
video?
If I do not use the PictureBox and use the native screen, I can drag the
corner and get any size vieo screen I want; I just do not want the Caption
Bar and I want the flexibility of the PictureBox (drag, menu etc).
I have looked at the docs and on newsgroups but cannot find how to tell the
mci to set the video size.
I see a reference to 'stretch' but cannot find details and am not sure if
that is what I want anyway.
Is it possible to set the video size?
mlRet = mciSendString("open " & sAVIFile & " Type MPEGVideo alias AVI
wait", 0&, 0&, 0&)
Works like a champ ... but
The last and final question is -
Now that I can place the video in a PictureBox, how do I set the size of the
video?
If I do not use the PictureBox and use the native screen, I can drag the
corner and get any size vieo screen I want; I just do not want the Caption
Bar and I want the flexibility of the PictureBox (drag, menu etc).
I have looked at the docs and on newsgroups but cannot find how to tell the
mci to set the video size.
I see a reference to 'stretch' but cannot find details and am not sure if
that is what I want anyway.
Is it possible to set the video size?