views:

109

answers:

0

I have a simple form with a toolstripmenu control that contains various toolstripmenuitems and the strings that I want to use for the menu items' text are stored in a Resources.resx file.

What's the best way to associate the menu item with the menu strings? I'm using C# and VS2008 so I'm hoping that there's a way of doing this at design time.

Thanks!