bcb_n4.htm
来自「C++Builder教学大全」· HTM 代码 · 共 29 行
HTM
29 行
<html>
<head>
<title>打开默认的电子邮件程序</title>
<meta http-equiv="目录类型" content="文本/html; 字符集=gb2312">
<link rel="stylesheet" href="../bcbget.myric/n/Css.css" tppabs="http://bcbget.myrice.com/n/Css.css">
</head>
<body bgcolor="#FFFFFF">
<table width="100%" border="0" height="285">
<tr>
<td height="35">
<div align="center" class="p14"><font
size=+2 color="#000000">打开默认的电子邮件程序</font></div>
</td>
</tr>
<tr valign="top">
<td>
<p>首先,在源文件(cpp)中加入 <br>
#include
<shellapi.h> //for C++ Builder 3.0
<p>已知:Email: cjq@bigfoot.com
<p>ShellExecute(Handle, "open","mailto:cjq@bigfoot.com", NULL,NULL,SW_SHOWDEFAULT);</p>
</td>
</tr>
</table>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?