I wrote a small application awhile ago that used the audiovideoplayback to play audio and video files. Basically, i had some simple code, like:
Dim lVideo as New Video("filename", false)
lVideo.owner = myForm
lVideo.play()
This worked well...
I recently upgraded to dx9.0c and also reinstalled the system, but the owner
property is not setting on code above.
A new video window is created and the video is played in that...
This is driving me nuts...this app has been working for 2 years...
Dim lVideo as New Video("filename", false)
lVideo.owner = myForm
lVideo.play()
This worked well...
I recently upgraded to dx9.0c and also reinstalled the system, but the owner
property is not setting on code above.
A new video window is created and the video is played in that...
This is driving me nuts...this app has been working for 2 years...