Hi, > I have an MFC application. On one window I wish to have 3D > visualization & > rendering capabilities. Can I direct & link the vtkRenderer > object to this > window rather than vtkRendererWindow & how ? Did you take a look at the vtkMFC samples ? (VTK-4.2.2\Examples\GUI\Win32\vtkMFC) Just inherit the classes. greets Ingo