开发者

How to pass data from VB.NET to ActiveX.exe?

开发者 https://www.devze.com 2022-12-31 03:41 出处:网络
I\'ve created a MAPI Wrapper in VB6 and compiled it as an ActiveX.exeso I can use it in my VB.NET project. The project is a windows service that takes data from a webservice passes data to activex.exe

I've created a MAPI Wrapper in VB6 and compiled it as an ActiveX.exe so I can use it in my VB.NET project. The project is a windows service that takes data from a webservice passes data to activex.exe and it creates public folder records in exchange 2003.

I was wondering if开发者_如何学Python anyone know how I could pass a collection to my activex.exe?

Thanks


I'd suggest looking at the System.VisualBasic.Collection class:

http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.collection.aspx

You might be able to take your current .net collection/array and put inside one of those collections and then send across.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号