4724.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re: 请教各位API高手</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 请教各位API高手</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:cww5@mail.ncku.edu.tw">cww</a> on August 14, 1998 at 10:43:08:<p>
In Reply to: <a href="4704.html">请教各位API高手</a> posted by 小无尾雄 on August 13, 1998 at 17:38:28:<p>
1.form ScaleMode设为3<br>2.<br>Form1.FillColor =vRED<br>Call ExtFloodFill(Form1.hdc, X, Y, vRED, 1)<br>在您程式中ExtFloodFill的第三个参数指的是<br>您要把vRED的颜色用form1.fillcolor的颜色取代,那<br>您的程式vRED->vRED当然没作用,试一下<p>Form1.FillColor = vbBlack<br>Call ExtFloodFill(Form1.hdc, x, y, vbBlue, 1)<br>在form上点到bule 会将之变为black<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 4724-->
</ul><!--end: 4724-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?