FS7
February 13, 2009, 15:25:08
Hello,
I want to pop up the Propertiepage for a Pin. How could i do this?
I'm using the MV Smart Control...
I know it for a Filter. Is it an similar way?
HRESULT hr = E_INVALIDARG;
try
{
IMVSCFilterPropertiesPtr pFProps = m_SmartCtrl.GetControlUnknown();
if(pFilterProperties != NULL)
pFilterProperties->ShowProperties(szFilter.AllocSysString());
}
catch(_com_error e)
{
hr = e.Error();
}
Best Regards
Fabian
I want to pop up the Propertiepage for a Pin. How could i do this?
I'm using the MV Smart Control...
I know it for a Filter. Is it an similar way?
HRESULT hr = E_INVALIDARG;
try
{
IMVSCFilterPropertiesPtr pFProps = m_SmartCtrl.GetControlUnknown();
if(pFilterProperties != NULL)
pFilterProperties->ShowProperties(szFilter.AllocSysString());
}
catch(_com_error e)
{
hr = e.Error();
}
Best Regards
Fabian