====Click here for Download this video or Watch online===
Here Is Codes
for button1
ListBox1.Items.Add(TextBox1.Text)
for button2
ListBox2.Items.Add(TextBox2.Text)
for move>
ListBox2.Items.Add(ListBox1.SelectedItem)
ListBox1.Items.Remove(ListBox1.SelectedItem)
for <move
ListBox1.Items.Add(ListBox2.SelectedItem)
ListBox2.Items.Remove(ListBox2.SelectedItem)
For Clear button
ListBox1.Items.Clear()
ListBox2.Items.Clear()
Regard dsp@nimbuzz.com
Here Is Codes
for button1
ListBox1.Items.Add(TextBox1.Text)
for button2
ListBox2.Items.Add(TextBox2.Text)
for move>
ListBox2.Items.Add(ListBox1.SelectedItem)
ListBox1.Items.Remove(ListBox1.SelectedItem)
for <move
ListBox1.Items.Add(ListBox2.SelectedItem)
ListBox2.Items.Remove(ListBox2.SelectedItem)
For Clear button
ListBox1.Items.Clear()
ListBox2.Items.Clear()
Regard dsp@nimbuzz.com
0 comments:
Post a Comment