bcb_n16.htm
来自「C++Builder教学大全」· HTM 代码 · 共 33 行
HTM
33 行
<html>
<head>
<title>调用浏览器</title>
<meta http-equiv="目录类型" content="文本/html; 字符集=gb2312">
</head>
<body bgcolor="#FFFFFF">
<table width="100%" border="0" height="285">
<tr>
<td height="35">
<div align="center" class="p14"><font color="#000000">调用浏览器</font></div>
</td>
</tr>
<tr valign="top">
<td><font color="#000000">1.头文件:#include <shellapi.h>
<br>
<br>
2.void __fastcall
TForm1::Button1Click(TObject *Sender) <br>
{ <br>
ShellExecute(Application->Handle,"open", <br>
"http://www.inprise.com",NULL,NULL,SW_SHOW); <br>
} </font></td>
</tr>
</table>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?