DirectShow Ctrl+Alt+del error in Win2000
When I press Ctrl+Alt+Del in Windows2000 then live imagedisappears and all i see is black image.
If it happed I can only rebuild the filtergraph again.
FilterGraph.Active:= false;
FilterGraph.ClearGraph();
FilterGraph.Active = true;
ConnectPreviewGraph();
Play();
Can anybody please explain this behavior in Windows2000?

