8554.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>更正</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>更正</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by Jack on December 23, 1998 at 15:56:21:<p>
In Reply to: <a href="8527.html">Re: 请问 : 如何paste一张bitmap到Richtextbox中</a> posted by cww on December 22, 1998 at 21:23:32:<p>
: 1.把图放入Clipboard中(用ClipBoard物件)<br>: 2.RichTextbox取得Focus,并将Caret移到正确地方<br>: (用Setfocus SelStart, SelLength来做)<br>: 3.SendKeys 来送出Ctl-V按键<p>是 SendKey "^V" 吗?<br>如果是的话, 好像没反应.<br>这是不是用系统的paste动作?
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 8554-->
</ul><!--end: 8554-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?