20303.html

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

HTML
23
字号
<html>  <head>    <title>Re: 什么是编译错误引数不为选择性(optional)?</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: 什么是编译错误引数不为选择性(optional)?</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by 小v on October 18, 1999 at 09:20:35:<p>In Reply to: <a href="20295.html">Re: 什么是编译错误引数不为选择性(optional)?</a> posted by Kenmy on October 17, 1999 at 23:19:42:<p>: 我已经在模组里宣告,但是出现以下的错误讯息:<p>: Private Sub Form_Load()<br>: xreturn = SetWindowPos(Form1.hWnd, -1, 0, 0, 0, 0)<br>:           ^^^^^^^^^^^^<br>:           编译错误<br>:           引数不为选择性(optional)<br>: 请问是我放错位置了吗?<p>意思就是说你引数少给了, 它必须要7个引数, 你只给6个!!<br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 20303--></ul><!--end: 20303--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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