如何调用非API的DLL?  新手问题别笑哦..

解决方案 »

  1.   

    工程-引用,
    代码中:
    dim NewObject as new youdll
      

  2.   

    http://community.csdn.net/Expert/topic/4150/4150115.xml?temp=.827862
    希望对你有帮助,还有一种方法:在工程中引用dll
      

  3.   

    dim obj as object  'Dll要注册
    set obj=Createobject("Dll(名称).App(类名)") set obj=nothing
      

  4.   

    和 API 一样,不过你必须知道 准确参数和参数类型