18162.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 23 行

HTML
23
字号
<html>  <head>    <title>Re: 如何引用别台机器所产生的DLL档</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: 如何引用别台机器所产生的DLL档</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:DTTso@home.com">David</a> on August 31, 1999 at 07:53:00:<p>In Reply to: <a href="18138.html">如何引用别台机器所产生的DLL档</a> posted by 王空空 on August 30, 1999 at 18:13:31:<p>: 请问:<br>:    小弟想要把自己写的某一段程式包成DLL,想请教您的是:<br>: 做成一个DLL后,别台机器要如何使用呢?需要注册吗?以及如何引用这个DLL呢?<p>: 谢谢您!<p><br>Compile your code to dll file and copy this file to another machine.  You need to use "regsvr32" to register this dll file.<br>In your code, you need to reference this dll first; then, <br>dim a as projectname.classname<br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18162--></ul><!--end: 18162--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?