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?
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?