Load,Edit and save images in MS Access 2000

D

Dem

Hello,

I need to create a form, that user can load an image (jpeg, gif etc), then
edit it (adding some textboxes with comments) and then save the result as an
image in order to add it in an access report in later step.

Can you help me??????

Dem
 
K

Klatuu

You can't do the editing from within Access itself. What you can do is use
FollowHyperLink or Shell to open the file for editing with whatever
application is used to do the editing.
 
D

Dem

Thanks for the link. Looks very interesting. But when I insert text the
image is disapear. I want to add textbox in the image and arrows. Actually I
want to load a map as an image and add some textboxes with arrows to
highlight specific location etc... If i could add text inside the Rectangles
it would be great. :)
any ideas???

Thanks
Dem
 
R

RDub

Dem

You are going to have to do at least a little programming. I will get you
started!

Open the clsPictureBox Class module

Find the function

Public Function OutputText(Optional ByVal strText As String = "") As Boolean

change

' Clear Image control to background color
Clear

to

' Clear Image control to background color
' Clear

Save the Class module

Try again :)

Rdub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top