Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to load Images From Database To ToolStrip... could you help me? Thank In advanced...
Posted

1 solution

How to load it depends on how you saved it.
1. Query the raw data from db, maybe in an encoded binary or text format;
2. Decode the loaded raw data into original supported image format for DotNET;
3. Set some related properties of your ToolStrip controls, like Image.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900