質問編集履歴
2
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,9 +19,9 @@
|
|
19
19
|
Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
|
20
20
|
struct.number=10
|
21
21
|
Redim struct.arg(5)
|
22
|
-
|
22
|
+
struct.arg(0)=10
|
23
|
-
|
23
|
+
struct.arg(1)=10
|
24
|
-
|
24
|
+
struct.arg(2)=10
|
25
25
|
|
26
26
|
Call DrawSpace(struct)
|
27
27
|
end sub
|
1
コード修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
'タイマーで一定時間たてば送る。
|
19
19
|
Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
|
20
20
|
struct.number=10
|
21
|
-
Redim arg(5)
|
21
|
+
Redim struct.arg(5)
|
22
22
|
data.arg(0)=10
|
23
23
|
data.arg(1)=10
|
24
24
|
data.arg(2)=10
|