Picturebox control in Access2003?

  • Thread starter Thread starter Gerard Jonker
  • Start date Start date
G

Gerard Jonker

Hello

I am using ADO in a Visual Basic project to retrieve data from Access
tables and show this information in a graphical way by using the draw
methode in a PictureBox control.
I now want to use Access2003 only for the same purpose, therefore I
like to know if it is there a control available for Access2003 with
the same properties as PictureBox in VB?
Best regards,

Gerard Jonker
The Netherlands
 
Gerard Jonker said:
Hello

I am using ADO in a Visual Basic project to retrieve data from Access
tables and show this information in a graphical way by using the draw
methode in a PictureBox control.
I now want to use Access2003 only for the same purpose, therefore I
like to know if it is there a control available for Access2003 with
the same properties as PictureBox in VB?
Best regards,

Gerard Jonker
The Netherlands
 
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.
 
Back
Top