10512.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>Re: 如何让Form显示时能永远显示在最上层?</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: 如何让Form显示时能永远显示在最上层?</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by CK on March 02, 1999 at 13:25:13:<p>
In Reply to: <a href="10478.html">如何让Form显示时能永远显示在最上层?</a> posted by 默默 on March 01, 1999 at 17:39:18:<p>
: As Title..谢谢<p>Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long<p>最上层显示<br>Call SetWindowPos(Me.hwnd, -1, 0, 0, 0, 0, 3)<br>恢复<br>Call SetWindowPos(Me.hwnd, -2, 0, 0, 0, 0, 3)<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 10512-->
</ul><!--end: 10512-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?