Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~369 People Reached
Favorite Forums
Member Avatar for JerryShaw

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 …

Member Avatar for JerryShaw
0
197
Member Avatar for radiatorz

hi i need to create menu with icons from xml file, icons from url xml look like this [CODE]- <Item name="cat" ico="http://....../cat.bmp"> </Item> - <Item name="dog" ico="http://....../dog.bmp"> </Item> - <Item name="cow" ico="http://....../cow.bmp"> </Item>[/CODE] my c# code is [CODE] XmlDocument doc = new XmlDocument(); doc.Load("katalogs.xml"); foreach (XmlNode node in doc.DocumentElement.ChildNodes) { …

Member Avatar for Ramy Mahrous
0
172