i need help. How to load a bitmap image from Access database to be shown on a VB 6.o form

Hi,

Your bitmap in access is in what form? Path is stored or An Object is stored?

If path is Stored then it is simple.

Me.Picture = LoadPicture(RST("MYImagePath"))

If object stored, tell me in what format it is stored, i will give u the code.

Regard
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.