开发者

can i use window application vb dll in .net webapplication

开发者 https://www.devze.com 2023-01-18 09:26 出处:网络
i am trying to use vb 6.0 dll which i开发者_运维问答s for window application in .net webapplication

i am trying to use vb 6.0 dll which i开发者_运维问答s for window application in .net webapplication so tell me can i use it if yes then please tell me how


As long as the dll does not show any UI, this should not be a problem.

Using Visual Studio, you can add a reference to the dll via the COM tab.

If you are using .Net 4.0, you should read this. For older versions, read this article.

0

精彩评论

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