im using VB express 08
this below is all im trying to learn .thanks
Public Class Form1
Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged
for i=1 to 10
Me.ListBox1.Items.print i
next i
End Sub
End Class
Edited by Jaan, 26 November 2008 - 12:50 PM.
Please use code tags when you're posting your codes!


Sign In
Create Account

Back to top









