H Hrcko Nov 9, 2005 #1 I have a string(nvarchar) in database where is a path for picture. How to load picture with this path? Hrcko
I have a string(nvarchar) in database where is a path for picture. How to load picture with this path? Hrcko
N Nicholas Paldino [.NET/C# MVP] Nov 9, 2005 #2 Hrcko, You can just pass that string to the static FromFile method on the Image class and it will return an Image (which is really a Bitmap instance) back to you. Hope this helps.
Hrcko, You can just pass that string to the static FromFile method on the Image class and it will return an Image (which is really a Bitmap instance) back to you. Hope this helps.