问题
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