Hello,
I want to create an application with Symbian C++. Application is supposed to do following :
- Read a text file and load all items in a listbox
- User can check any item and checked items will be added to 2nd List box
- User can select any item in second listbox and that can be removed from that.
- After selecting desired items, user will press a button and a function will be called which will create a text file of those selected items.
I am new to Symbian C++. I have done above with Trial of GoDB tool but now want to do this with Symbian C++. Any Idea how I can do this ?
Thanks, Kirtimaan