哈哈~一生爱你
1321吧
全部回复
仅看楼主
level 1
网络三班 楼主
哈哈~一生爱你
2009年02月26日 11点02分 1
level 1
网络三班 楼主
大家好啊!
2009年03月04日 15点03分 2
level 0
Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
 PSet (X, Y), RGB(Fix(Rnd * 256), Fix(Rnd * 256), Fix(Rnd * 256))
 If Button = 2 Then End
2009年03月24日 06点03分 3
level 0
X = Fix(Rnd * Form1.Width)
 Y = Fix(Rnd * Form1.Height)
 PSet (X, Y), RGB(Fix(Rnd * 256), Fix(Rnd * 256), Fix(Rnd * 256))
2009年03月24日 06点03分 4
1