Drawing Shapes on Forms ?

D

Dave Ruhl

After working with Visual FoxPro for so many years, I
guess I took for granted it's ability to draw shapes on
forms (circles, ellipses, triangles, etc...). I can't
seem to find a way to do this in Access, other than
importing an image. Am I missing something ? Thanks...
 
A

Adam

Dave Ruhl said:
After working with Visual FoxPro for so many years, I
guess I took for granted it's ability to draw shapes on
forms (circles, ellipses, triangles, etc...). I can't
seem to find a way to do this in Access, other than
importing an image. Am I missing something ? Thanks...

Unless I'm missing something too, the facility for drawing on forms in
Access 2000 is very basic, and is limited to straight lines and rectangles.
But what you can do, without having to import an image, is to insert a
Microsoft Draw object on a form. Do this via 'Object...' on the Insert menu.
You can then use all the functionality of Microsoft Draw on the form. But
maybe it's easier just to import an image.

HTH

Adam
 
S

Stephen Lebans

See:
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