开发者

Acessing DLLs in VB.NET [closed]

开发者 https://www.devze.com 2022-12-14 09:38 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_开发百科

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

I'm not that good with VB.NET yet and I'd like to learn about API's and external DLL files.

Perhaps someone can post some sample code with explanation/comments or point me to some tutorials.


This should get you started:

http://www.codeproject.com/KB/dotnet/PInvoke.aspx


What kind of DLLs? For native DLLs, you have to P/Invoke (assuming the entry is public and non-decorated). For managed, just add a reference and use it.

0

精彩评论

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