13064.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>Re: 有关开启网页....</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: 有关开启网页....</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 18, 1999 at 08:31:42:<p>
In Reply to: <a href="13063.html">有关开启网页....</a> posted by 征服未来 on May 18, 1999 at 07:21:39:<p>
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _<br>(ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, _<br>ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long<p>ShellExecute Me.hWnd, "open", "http://www.vbqa.com/discuss/", "", "", 5<p>可以开启您现在正在看的讨论区
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 13064-->
</ul><!--end: 13064-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?