I have several datatable/dataset visualizers installed in my Visual Studio 2008. Launching a visualizer manually in the IDE is a bit time consuming. While debugging, I would like to display a datatable visualizer with a datatable's data automatically through code.
I want to put a breakpoint on the line after invoking the visualizer. I know the visualizer window is modal but that's OK during debugging.
Is this possible?
(The other route which I might consider, if above is not possible, is to display a grid with the data in a winform window)