Hi all, I'm trying to call a MapBasic function through .Net to register a .txt file as a table. MapInfoProAddInBase.CallMBFunction("RegisterTXTFile", "file.txt,tableName,tableAlias," + true); My problem is, when I call this from a BackgroundWorker it does't work. I can reach the function. ...
|