คือหนูทำได้แต่แบบแรกอ่าคะ
โค๊ดนี้อ่าคะ
Dim i As Integer = 11
Dim a As Integer = txt1.Text
Dim s As Integer
While i = 11
i = i + 1
s = i * a
LB1.Items.Add(a & " * " & i & "=" & s)
ช่วยแนะนำด้วยนะคะ ขอบคุณล่วงหน้าคะ
Tag : - - - -
Date :
2009-07-09 16:17:46
By :
nessup02
View :
1757
Reply :
2
No. 1
Guest
Dim i As Integer = 11
Dim a As Integer = txt1.Text
Dim s As Integer
While i = 11
i = i - 1
s = i * a
LB1.Items.Add(a & " * " & i & "=" & s)