12643.html

来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 31 行

HTML
31
字号
<html>
  <head>
    <title>SetParent</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>SetParent</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:jwh@ms1.hinet.net">纪文和</a> on May 05, 1999 at 18:19:26:<p>
In Reply to: <a href="12638.html">如何在执行时将SDI  Form变更为MDI Child Form</a> posted by Aaron Chiang on May 05, 1999 at 14:32:44:<p>
: 我设计了一个DLL里面包含了几个Form,并由一个MDIForm reference,希望在执行时DLL里面的Form能像MDI Child Form,可是设计时不能将DLL的Form定义成MDI Child Form(执行时会出现错误讯息),所以必须在执行时变更,请问有没有办法解决<p>Declare Function SetParent Lib "user32" Alias "SetParent" (ByVal hWndChild As Long, ByVal hWndNewParent As Long) As Long
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 12643-->
<!--top: 13048--><li><a href="13048.html">Re: SetParent</a> <b>Aaron Chiang</b> <i>14:34:22 5/17/99</i>
(<!--responses: 13048-->0)
<ul><!--insert: 13048-->
</ul><!--end: 13048-->
<!--top: 12668--><li><a href="12668.html">我同意纪兄的做法, 但是...</a> <b>Sephiroth</b> <i>13:20:36 5/06/99</i>
(<!--responses: 12668-->0)
<ul><!--insert: 12668-->
</ul><!--end: 12668-->
</ul><!--end: 12643-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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