Hi,
I'm using the attached code in VB 2010 express to create GroupBox reading from file sQue.txt and I'm populating CheckedListBox reading from file sObj.txt. When the Form loads, multiple GB are created (based on count of entries from sQue.txt) and in each GB is incorporated a CLB with items from sObj.txt. The code in VBcode.txt is working.VBcode.txt
Now, below is the part that I want to achieve:
After the form loads the user selects some items from each CLB. There is a button on the form. When button is clicked I want to save selected CLB items from each CLBs against their respective GB in a text file.
How can it be done? Any suggestions kindly reply.
I'm using the attached code in VB 2010 express to create GroupBox reading from file sQue.txt and I'm populating CheckedListBox reading from file sObj.txt. When the Form loads, multiple GB are created (based on count of entries from sQue.txt) and in each GB is incorporated a CLB with items from sObj.txt. The code in VBcode.txt is working.VBcode.txt
Now, below is the part that I want to achieve:
After the form loads the user selects some items from each CLB. There is a button on the form. When button is clicked I want to save selected CLB items from each CLBs against their respective GB in a text file.
How can it be done? Any suggestions kindly reply.