Graphedit and VMR-9 filter missing tabs
An earlier post, "Windows SDK January missing Graphedit components?" gave me an idea as to what was going on, albeit on some other issue. It's found here:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=240828&SiteID=1
The issue is that proppage.dll is not registered by default by the Platform SDK. I'm not sure why they couldn't have done that at install, but they didn't. The DirectX SDK no longer has proppage.dll and if you remove an older version to make way for a newer version proppage.dll will go away with the older version. The answer is you have to manually register the dll with the regsvr32 utility.
Might be an easier way, but from the command line in the directory where proppage.dll resides (in my case C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\bin) simply enter:
regsvr32 proppage.dll
After that GraphEdit works perfectly with VMR-9 on the latest SDKs.

