I am working on C# windows application. As per my requirment in the project
1) i need provide two list boxes which show available items on left and selected item on right with add / remove buttons. I want to pass selected items ( on right) to another list box which shows as readonly. Please guide me how to achieve this with code snippets. Is there any control in tool box ?
2) i want to show the status information to the user what process is going on. Ex. if it is loading something , show- Loading . If some file is opening, show - opening xyz file. I am not happy with textbox showing these status messages. Is there any better way of doing this.
Thanks in advance
Madhavi