Morning all
I've written an add-in that imports quite large datasets from text files using the Datasets.ShowImportWizard. However, it's not displaying the progress dialog that you get when using it through the interface.
My code is simply:
Does anyone know why this is, and how I can fix it?Code:dsNew = TheMap.DataSets.ShowImportWizard(, strFilename, , 0)
Many thanks
Mike