Hey,
I'm looking at creative ways to find all open instances of visual studio express, pick the one I like best (based on the currently opened solution), and then tell that instance to open a specific file.
You can do this all trough COM and EnvDTE with visual studio pro, and I'm hoping to find an alternative way for VisualStudio Express edition, as that apparently does not listen to any COM commands you throw its way.