How can I store the items in a context menu strip in the Settings so they are in the context menu when the application is next started?
Or is there a better way than using settings?
(they are recently opened files in the cms)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s a good idea to save them as user settings. I would save them as a StringCollection (each item of the collection would be a recently opened file path). When your application loads you just have to go through this collection and add corresponding context menu items.