Rotate picture

  • Thread starter Thread starter Martin Dashper
  • Start date Start date
M

Martin Dashper

Is there any way to rotate a picture on a form in Access 2002?
I would like to rotate images through 90 or 270 degrees.

Martin Dashper
 
This is not possible using any of the instrinsic controls. My VBPictureBox
class does expose methods to rotate the contents of the standard Image
control.
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

Back
Top