Unbound or Bound Object or Forms Image Control

J

JO

While converting my VB3 code to Access 2003 VBA, I found I could not fill
segments of my bitmap images with color. My code for the vb form reads:
fGrphecho!Picture2.PSet (xpos, ypos), RGB(RRGB, GRGB, BRGB), where I apply a
color to a line on the bitmap image. I know I need to use twips instead of
pixels, and i have applied the 15 twips to 1 pixel ratio successfully. Will
the Unbound Object or Image controls let me change a color. Is there some
other control I must use?
 

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