:: Open TAB Files ::
MapControl1.map.clear (); / / Clear map in MapControl1 controls
MaptableLoader T1 = New MaptableLoader (@ "f: /test.tab");
MapControl1.map.Load (T1);
:: Open GST files ::
MapControl1.map.clear ();
MapGeoseetLoader G1 = New MapGeoseetLoader (@ "f: /test.gst");
MapControl1.map.Load (G1);
:: Open other types of map files Similar to: