📄 wzjh34.htm
字号:
<html>
<head>
<style type="text/css"><!--
.p9 { font-family: "宋体"; font-size: 9pt}a {text-transform: none; text-decoration: none;}
a:hover {text-decoration: underline; color: #FF0000;}
--></style>
<title>Internet编程技巧</title>
</head>
<body>
<h3 align="center"><font color="#FF0000">Internet编程技巧</font></h3>
<table width="100%">
<tr>
<td><font color="0000FF"><a name="1">实现超级链接</a></font></td>
</tr>
<tr>
<td> 在程序中实现打开浏览器,打开邮件程序的功能首先要在uses部分加入<br>
uses Shellapi;<br>
接着在需要超级链接的地方使用<br>
SellExecute(handle,nil,pchar('mailto:guihong@163.net'),nil,nil,sw_shownormal);<br>
其中pchar()中的mailtos是打开邮件程序的,可以换成http://、ftp://、gopher://、new:、telnet:等多种形式<br>
</td>
</tr>
<tr>
<td><font color="0000FF"><a name="2">在Delphi中调用NetscapeNavigator。</a></font></td>
</tr>
<tr>
<td> 随着Internet的火爆,有没有想过在你的Delphi程序中启动Netscape浏览器,显示出你指定的WWW地址的主页。下面这个程序能够完成这一功能。<br>
programNetscape;<br>
usesDDEMan;<br>
procedureGo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -