Is there ArcGIS Pro SDK for VB6?

941
5
04-12-2019 09:32 AM
TylerM
by
New Contributor

I'm trying to make ArcGIS Pro Communicate with Microsoft Access 2013. Is there ArcGIS Pro SDK for VB6? I would want to be able to open ArcGIS through VBA. 

Tags (2)
0 Kudos
5 Replies
BrianBulla
Occasional Contributor III

I've attempted grabbing data from MS Access 2003 to display in a Form within ArcGIS Pro, and cannot get it to work.  In ArcMap 10.2, no problems.  I'm not totally sure why, but I think it's an issue with 32 bit office and 64 bit ArcGIS.  Once I upgraded Access to the latest version, Access 365, then things started to work again.

I think VB6 support within esri software ended at ArcMap v9.

0 Kudos
TylerM
by
New Contributor

Thank you for your reply Brian. Can you link the download for the VB6 dll? I'm still new to ArcGIS and trying to find all the resources.

0 Kudos
BrianBulla
Occasional Contributor III

Ummmm....not quite sure what you are asking for.  If all you want to do is open the application from MS Access using VBA, then you could try something like this:

https://www.techonthenet.com/access/modules/other_app.php

There is no VB6 dll for ArcGIS Pro.

0 Kudos
by Anonymous User
Not applicable

Currently at 2.3, the ArcGIS Pro SDK is supported with Visual Studio 2015 and 2017, using C# and VB.NET.  At 2.4, new support for Visual Studio 2019 will be available.  Installation guide:  https://github.com/Esri/arcgis-pro-sdk/wiki/ProGuide-Installation-and-Upgrade

0 Kudos
janeinar
New Contributor

Hi, I am trying to do something similar, that is communication between Microsoft Access 365 and ArcGis Pro (via the VBA / ActiveX / Com interface, also called Remoting). Did you find any solution for this?

0 Kudos