PDA

Click to See Complete Forum and Search --> : Please Help: How do I Priint a diagram in a PicBox?


katz
Nov 2nd, 2000, 03:23 PM
The diagram is drawn using this sort of code,
Picture1.Circle (v, b), c 'a circle
and
Picture1.Line (2490, 0)-(2490, 3735) ' a line
It also includes some text.

Can anyone help? Cheers. Katz

Mad Compie
Nov 4th, 2000, 07:54 AM
Hug? What's the question?

MoMad
Nov 7th, 2000, 01:03 AM
do u wanna draw the whole diagram by graphing it?

u might try using:

[picture1].Pset (x, y), vbColorConstant

and make sure u set ur picture1.drawmode = 3 'pixels