T Twoofakind May 6, 2004 #1 I need to create an instance of a IBaseFilter with a custom filter. Can anyone help?
T Twoofakind May 6, 2004 #2 comobj = Activator.CreateInstance(TypeFromCLSID); IBaseFilter filter=(IBaseFilter)comobj; This is what I am trying to do. Hope this doesnt confuse you. Please Help.
comobj = Activator.CreateInstance(TypeFromCLSID); IBaseFilter filter=(IBaseFilter)comobj; This is what I am trying to do. Hope this doesnt confuse you. Please Help.