Talk:DirectX:Direct3D:Tutorials:VB:DX8:DirectShow

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

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....