📄 8557.html
字号:
<html>
<head>
<title>救救我吧!这个程式编译之后都会出现“执行期错误183“</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>救救我吧!这个程式编译之后都会出现“执行期错误183“</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by 科南 on December 23, 1998 at 17:14:05:<p>
不知道为什么下面这个程式在第一次执行或编译之后就会出现执行期错误183<p><br>Dim byteAry() As Byte<br>Dim totbyte As Long<br>Dim clientdata() As Byte<p>Private Sub Command1_Click()<br> Dim a() As Byte<br> ReDim a(8000)<br> Dim i As Integer<br> Dim j As Integer<br> <br> For i = 1 To 8000<br> If j >= 255 Then<br> j = 0<br> End If<br> j = j + 1<br> a(i) = j<br> Next i<br> Winsock1.SendData (a)<br> ^^^^^^^^^^^^^^^^^^^^^^就是这一个行!!<br> <br>End Sub<p>Private Sub Form_Load()<p> Call init_pic '画面储存<br> <br> With Winsock1<br> .RemoteHost = "255.255.255.255"<br> .RemotePort = 5100 '要连线的连接埠。<br> .LocalPort = 5200<br> .Bind 5200 '连结到本机的连接埠上。<br> End With<p>End Sub<p>Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)<p> Winsock1.GetData clientdata()<br> <br>End Sub<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 8557-->
<!--top: 8576--><li><a href="8576.html">Re: 救救我吧!这个程式编译之后都会出现“执行期错误183“</a> <b>Knight</b> <i>10:31:17 12/24/98</i>
(<!--responses: 8576-->0)
<ul><!--insert: 8576-->
</ul><!--end: 8576-->
</ul><!--end: 8557-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -