7338.html

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

HTML
30
字号
<html>
  <head>
    <title>Re; Splash Window</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re; Splash Window</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:nospam@nospam.com">David Wong</a> on November 14, 1998 at 10:59:20:<p>
有一些 process 会执行一段颇长的时间,所以我想在 process 执行的时候 display 一个 message box ,于是我自行做了一个,并用了 setWindowPos 来使其 always on top。但问题是如何才能使之同样令 user 不可以 click 到这个 window 之外的其他地方呢? PS: 不可用 Modal(因为 Modal 会令 process 暂停)及将 process 放在这个 message window 中。<p>多谢您!!!<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 7338-->
<!--top: 7341--><li><a href="7341.html">Re: Re; Splash Window</a> <b>Honey</b> <i>12:57:43 11/14/98</i>
(<!--responses: 7341-->1)
<ul><!--insert: 7341-->
<!--top: 7426--><li><a href="7426.html">Re; 十分好的方法</a> <b>David Wong</b> <i>22:26:33 11/17/98</i>
(<!--responses: 7426-->0)
<ul><!--insert: 7426-->
</ul><!--end: 7426-->
</ul><!--end: 7341-->
</ul><!--end: 7338-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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