Hey everyone,
I am fairly new to VB.NET and have a general background in programming with several different languages, but nothing very deep in any of them. I currently have a database in access 2003 that is storing bitmaps. I am writing a vb.net application that interfaces with the database and performs the functions that I had set up Access to do.
I have got the database working with the app I have written with one glaring issue. I cannot/do no know how to display the bitmaps. I have looked at the bitmap class, and think that that is probably the correct class to use, but cannot figure it out.
The datatype in the database is OLE object.
If you need anymore information, I will try my best to fill you in.
Pulling the files out of the database and into separate files would be my last choice (not only because I would still have to store the filenames in the database, but I have about 500 records in the database and would like to spend my time improving the program than pulling the data out).
Thanks in advance to everyone who posts with ideas.
Danny
I am fairly new to VB.NET and have a general background in programming with several different languages, but nothing very deep in any of them. I currently have a database in access 2003 that is storing bitmaps. I am writing a vb.net application that interfaces with the database and performs the functions that I had set up Access to do.
I have got the database working with the app I have written with one glaring issue. I cannot/do no know how to display the bitmaps. I have looked at the bitmap class, and think that that is probably the correct class to use, but cannot figure it out.
The datatype in the database is OLE object.
If you need anymore information, I will try my best to fill you in.
Pulling the files out of the database and into separate files would be my last choice (not only because I would still have to store the filenames in the database, but I have about 500 records in the database and would like to spend my time improving the program than pulling the data out).
Thanks in advance to everyone who posts with ideas.
Danny