User Paint interface

L

Lance

Hi all,
I hope I can explain my problem clearly. I am creating a
form which has images in it. I need to create a user
interface such that a user can draw in the image. To be
more clear if a person wants to point out something in the
image they should be able to draw a circle around using
the mouse (like in paint) and point it out. I was thinking
of using paint brush object maybe, but couldn't find it
any of that sort. I was hoping if any of you can help me
out or suggest something which might be of help.
Thanks in advance.
- Lance
 
S

Stephen Lebans

Have a look here:
http://www.lebans.com/imageclass.htm

ImageClass has been replaced by the PictureBoxA97 project. A standard
Image control is wrapped within a class to allow the control to resemble
the standard Visual Basic PictureBox control. Simple drawing methods are
directly supported as is Text output with rotation. A handle to a Device
Context is exposed to allow the developer to use the full range of
Graphic API's. Also supports Screen Grabs, Copy to Clipboard and Save
Image control to a disk Bitmap file. Here is the Access 2000 version,
PictureBoxA2K.zip

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

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