Ever wonder how to find the application associated with a particular file type? The FindExecutable SDK call in Windows allows you to do this. Not sure if there is a .NET solution to this, but here is an example of using FindExecutable in managed C++.
{
}