7910.html

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

HTML
23
字号
<html>
  <head>
    <title>Re: 能不能在form上或TextBox中显示MS-DOS视窗下的讯息?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 能不能在form上或TextBox中显示MS-DOS视窗下的讯息?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:yfwu@iname.com">小吴</a> on December 02, 1998 at 10:30:53:<p>
In Reply to: <a href="7876.html">能不能在form上或TextBox中显示MS-DOS视窗下的讯息?</a> posted by 白愁 on December 01, 1998 at 14:26:52:<p>
你的需求大部份办不到。<p>你可以使用 Shell 配合 vbHide 参数把 DOS 视窗隐藏起来。不过如果要取得目前 DOS 视窗的内容的话,你可能要去查 Undocumented API,既然是 Undocumented API,就表示我不知道,而且我也不知道要去那里找。<p>如果你只是要结果,你可以使用转向到档案的方式。然后你的 VB 程式去读取该档案即可。<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 7910-->
</ul><!--end: 7910-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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