I have a large scientific legacy application written in VB .NET 4.0, using winforms. I find the need for pixel shaders. In order to use pixel shaders in this situation, I assume I have to, for example, launch a WPF form, do some graphics magic, then disappear the form. That seems awkward. So, my question is "is there a way to use HLSL pixel shaders in a winforms application without WPF or XNA?
Thank you very much.
katherine