Hi, I have two list boxes ( ListBox1 and ListBox2 ) and an EditBox ( Edit1 ) box. 1. Select an item in ListBox1. 2. Enter a string in EditBox and Press Enter Key. 3. The String will go to ListBox2. 4. Like that add any number of items by selecting an item in ListBox1. Problem : When we select an item in ListBox1, ListBox2 should display all the items we entered under ListBox1 dynamically. How I can achieve this ?
It's kind of fun to do the impossible.