5472.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re: How to put a lable control on top of others?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: How to put a lable control on top of others?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:yfwu@iname.com">小吴</a> on September 10, 1998 at 07:52:39:<p>
In Reply to: <a href="5467.html">How to put a lable control on top of others?</a> posted by Jeff on September 10, 1998 at 03:55:55:<p>
1. Label, line, Image 等控制项只能出现在其它有 hWnd 控制项的下层。如果你要置于上层的话,你必须把 label 放在 Frame 中,这样就可以移到其它控制项上方了。<p>2. 你的方法没错,就是使用 Print。如果还有问题就把程式片段贴上来给大家看看。<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 5472-->
</ul><!--end: 5472-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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