Hello, I want to link an Image control with a Binary Field in a database using ADO.
I tried the usual way in other kind of data, but I can't see the picture on the control.
Please help me!
Thanks
Printable View
Hello, I want to link an Image control with a Binary Field in a database using ADO.
I tried the usual way in other kind of data, but I can't see the picture on the control.
Please help me!
Thanks
I know this doesn't answer your question directly but have you tried using the picturebox control, I have managed to bind it using the picture property so I know it works.
My first try was this. It was imposible for me.
I need other way.
I've just put this code in my program and it works properly.
Thanks 666539 for your help.
Bye