文件的过滤就只有一句话:

 OpenFileDialog dialog = new OpenFileDialog();
            dialog.Filter = "shp files (*.shp)|*.shp";//过滤只显示*.shp文件。

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2022-02-24
  • 2022-12-23
猜你喜欢
  • 2021-09-15
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-04-01
  • 2022-02-11
  • 2022-12-23
相关资源
相似解决方案