Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie question regarding user loading of a image

Status
Not open for further replies.

xxman

Technical User
Jun 1, 2004
80
0
0
US
Hi
I have started learning delphi and have a few controls bound
to a Access database of my design. All is good, used ADO for the connection.
My problem is I`m clueless as to how to allow a user at runtime to select a image from
their hard drive and place it in a data aware Image control. I have access with a blob field to recieve it. I`ve searched the net but didn`t find anything I understood.

Thanks
 
if your using a TDBImage then you can load it into that DBImage1.Picture.LoadFromFile('c:\myimage.bmp');

Aaron
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top