Talk:DirectX:Direct3D:Tutorials:VB:DX8:DirectShow
From GPWiki
The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server. However, the GPWiki forums are still active! Come say hello. Somebody who knows what mediaControl this is? Public Sub CleanUp() On Error GoTo CleanUpError:
'If the MediaControl has been initialized, then stop it.
If ObjPtr(dx_MediaControl) > 0 Then
dx_MediaControl.Stop....
|


