版权声明:可以任意转载,转载时请务必以超链接形式标明如下文章原始出处和作者信息及本声明
作者:xixi
出处:http://blog.csdn.net/slowgrace/archive/2009/04/24/4108138.aspx
本文来自这个帖子的讨论,感谢myjian、lyserver、PctGL、Tiger_Zhao、lyserver的指点。
1. two basic approaches to using an API
Method 1 - Code a Declare statement in your Visual Basic Source to specify where a DLL function can be found, what types of parameters a DLL expects, and what type of value it returns. Once a function is correctly declared in your VB code, it looks like any other function or subroutine to the VB program. The syntax looks like this: