تسجيل الدخول

مشاهدة النسخة كاملة : checkedlistbox - save checked items for future run



C# Programming
06-10-2009, 05:51 PM
Hi friends,

I have a checkedlistbox control on my windows form. Now when Application runs, every item is unchecked and user checks the items as per his choice. I want that - next time when user runs the application - checkedlistbox should be loaded with the same items checked. Meaning no need to recheck those values.

How do i do that?

many thanks,
Jeet