14264.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>Re: ActiveX DLL 内是否可含有Form ? (无内文)</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: ActiveX DLL 内是否可含有Form ? (无内文)</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:lisalee@ms5.url.com.tw">笨小孩</a> on June 15, 1999 at 09:33:53:<p>
In Reply to: <a href="14252.html">Re: ActiveX DLL 内是否可含有Form ? (无内文)</a> posted by 小赖 on June 14, 1999 at 19:25:22:<p>
: : ActiveX DLL 内是否可含有Form ?<p>: 可以,但是没办法显示啰~~<p>可以啦,我目前所有系统密码登录均是call dll form<br>client :<p>Set apoleObj = CreateObject("aplib.tfm") '开启 dll<br>Bstates = LisaObj.Getlogin(Cnstring) '开启 login form<p>ole server:<br>Public Function Getlogin(ByVal Cnstring As String) As Boolean<br> Dim Tmpobj As New TZLOGIN 'formname<br> Tmpobj.Cnstring = Cnstring <br> Tmpobj.Show vbModal 'show form<br> Getlogin = Tmpobj.LCancelled '传出登录成功否<br> <br> Unload Tmpobj<br>End Function<p><br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 14264-->
</ul><!--end: 14264-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?