SHOpenWithDialog

[DllImport("shell32.dll", CharSet = CharSet.Unicode)]
public static extern int SHOpenWithDialog(
   IntPtr hwnd,
   ref OPENASINFO pOAI
);

Microsoft documentation: Link

Last updated