📄 bcb_n16.htm
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -