VB Versus VBA

F

Friedi

In VB were are using the PaintPicture Method in order to draw the contents of
a graphics file (.bmp, .ico etc) on a form or printer.

I would like to program that in VBA for MS Access . VBA doesn't work with
this method.
Does anybody know the equivalent of the PaintPicture Method (VB) for VBA?
 
P

Paul Herber

In VB were are using the PaintPicture Method in order to draw the contents of
a graphics file (.bmp, .ico etc) on a form or printer.

I would like to program that in VBA for MS Access . VBA doesn't work with
this method.
Does anybody know the equivalent of the PaintPicture Method (VB) for VBA?

I think you need to try are more suitable group. This group is for VBA
within Visio. You could try the microsoft.public.access hierachy or
microsoft.public.office.access
 
Top