How to use Office 365 API in a VB 6.0 application

北战南征 提交于 2021-01-29 16:32:13

问题


I am working on an application in VB 6.0. The application uses the MS Office API to interact with Office. Is it possible to use the Office 365 API in that application? If yes, how can I do that?


回答1:


The Office 365 API is based on .NET, while VB 6 is not, you can use COM as a bridge: you write a C# DLL to access Office 365, then wrap it as COM component, then VB 6 can use the C# DLL via COM.

But I think this approach will be problematic. VB 6 is really too too old.



来源:https://stackoverflow.com/questions/21301931/how-to-use-office-365-api-in-a-vb-6-0-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!