📄 ctr_msg5.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<style><!--
body,table {font-family:"宋体"; font-size: 9pt; line-height:11pt;}
a {text-decoration:none} a:hover {color:red;text-decoration:underline}
--></style>
<title>控件和消息类5</title>
</head>
<body link="#FF0000" vlink="#FF0000" alink="#FF0000" bgcolor="#FFC8C8">
<table border="0" width="100%" cellspacing="4" cellpadding="6">
<tr>
<td width="100%" bgcolor="#336699"><font color="#FFFFFF">控件与消息函数:共六页。</font><a
href="ctr_msg1.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ctr_msg1.htm"><font color="#FFFF00">第一页</font></a><font color="#FFFFFF">,</font><a
href="ctr_msg2.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ctr_msg2.htm"><font color="#FFFF00">第二页</font></a><font color="#FFFFFF">,</font><a
href="ctr_msg3.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ctr_msg3.htm"><font color="#FFFF00">第三页</font></a><font color="#FFFFFF">,</font><a
href="ctr_msg4.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ctr_msg4.htm"><font color="#FFFF00">第四页</font></a><font color="#FFFFFF">,第五页,</font><a
href="ctr_msg6.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ctr_msg6.htm"><font color="#FFFF00">第六页</font></a></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="3" cellpadding="2">
<tr>
<td width="25%" bgcolor="#efefda"><a href="ScreenToClient.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ScreenToClient.htm">ScreenToClient</a></td>
<td width="75%" bgcolor="#efefda">判断屏幕上一个指定点的客户区坐标</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="ScrollWindow.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ScrollWindow.htm">ScrollWindow</a></td>
<td width="75%" bgcolor="#efefda">滚动窗口客户区的全部或一部分</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="ScrollWindowEx.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/ScrollWindowEx.htm">ScrollWindowEx</a></td>
<td width="75%" bgcolor="#efefda">根据附加的选项,滚动窗口客户区的全部或部分</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetActiveWindow.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/SetActiveWindow.htm">SetActiveWindow</a></td>
<td width="75%" bgcolor="#efefda">激活指定的窗口</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetCapture.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/SetCapture.htm">SetCapture</a></td>
<td width="75%" bgcolor="#efefda">将鼠标捕获设置到指定的窗口</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetClassLong.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/SetClassLong.htm">SetClassLong</a></td>
<td width="75%" bgcolor="#efefda">为窗口类设置一个Long变量条目</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetClassWord.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/SetClassWord.htm">SetClassWord</a></td>
<td width="75%" bgcolor="#efefda">为窗口类设置一个条目</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetFocusAPI.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/SetFocusAPI.htm">SetFocusAPI</a></td>
<td width="75%" bgcolor="#efefda">将输入焦点设到指定的窗口。如有必要,会激活窗口</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetForegroundWindow.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/SetForegroundWindow.htm">SetForegroundWindow</a></td>
<td width="75%" bgcolor="#efefda">将窗口设为系统的前台窗口</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetParent.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/SetParent.htm">SetParent</a></td>
<td width="75%" bgcolor="#efefda">指定一个窗口的新父</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetRect.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/SetRect.htm">SetRect</a></td>
<td width="75%" bgcolor="#efefda">设置指定矩形的内容</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetRectEmpty.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/SetRectEmpty.htm">SetRectEmpty</a></td>
<td width="75%" bgcolor="#efefda">将矩形设为一个空矩形</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetWindowContextHelpId.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/SetWindowContextHelpId.htm">SetWindowContextHelpId</a></td>
<td width="75%" bgcolor="#efefda">为指定的窗口设置帮助场景(上下文)ID</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetWindowLong.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/SetWindowLong.htm">SetWindowLong</a></td>
<td width="75%" bgcolor="#efefda">在窗口结构中为指定的窗口设置信息</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetWindowPlacement.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/SetWindowPlacement.htm">SetWindowPlacement</a></td>
<td width="75%" bgcolor="#efefda">设置窗口状态和位置信息</td>
</tr>
<tr>
<td width="25%" bgcolor="#efefda"><a href="SetWindowPos.htm" tppabs="http://personal.hb.cninfo.net/~vbapi/SetWindowPos.htm">SetWindowPos</a></td>
<td width="75%" bgcolor="#efefda">为窗口指定一个新位置和状态</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -