List of Contributions

Barry Boyed

Contact Details

My Content

1 to 2 of 2 total
Posted By Barry Boyed 05-26-2025 19:29
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
Hi I just purchased MapInfo pro Run Time with the view of installing it on colleagues machine so they can run code i've developed in c# (with full version of MI). I installed it (the run time) but I already have a full version of MI on my machine. How can I test my app using the run time version? ...
Posted By Barry Boyed 07-13-2024 15:17
Found In Egroup: MapInfo Pro Developers User Group
\ view thread
I did like this, hope this helps private void butSetSymStart_Click(object sender, EventArgs e) ( miSymbol sym = new miSymbol(); sym.setSymbolStyle(rwNet.P2PStartSym); _application.RunMapBasicCommand("run menu command " + dotNetMap.mapinfo.M_FORMAT_PICK_SYMBOL); sym.setSymbolPropertiesFromCurrent(); ...