ComputersUnlimited
IS-IT--Management
I am working on a program where I want to add a recent file list, much like MS Office.
I have added a menustrip with a ToolStripMenuItem. I have been able to add a list of recent files to the ToolStripMenuItem. However I am not able to open recent files when clicking on them in the ToolStripMenuItem.
Doing research I learned that I need to use Add Handler, but have not found a easily understandable explanation on how to do this.
Is using Add Handler the best and easiest way to do this, if so how?
Is their a better way to do this, if so how?
Anybody have a good explanation or know of a site that explains it well.
Thank You
I have added a menustrip with a ToolStripMenuItem. I have been able to add a list of recent files to the ToolStripMenuItem. However I am not able to open recent files when clicking on them in the ToolStripMenuItem.
Doing research I learned that I need to use Add Handler, but have not found a easily understandable explanation on how to do this.
Is using Add Handler the best and easiest way to do this, if so how?
Is their a better way to do this, if so how?
Anybody have a good explanation or know of a site that explains it well.
Thank You