I have an SQL2005 table loaded with ICON (image) BLOBs. I need to dynamically add ToolStripMenuItems to my Windows form including the same row Icon from the database table.
This is a Plugin system where I pull the plugin file (assembly) names from the database according to the operator's rights and place them under a Modules top menu item.
Creating the additional menu items was an easy task, but assigning the Menu image from the IMAGE type column has me frustrated.
The database was populated from ICON files through a Delphi application. So easy to do in Delphi, but I am at a loss in how to accomplish this in C# (VS2005).
Thanks for any Assistance,
Jerry