I have been using Print to print a series of names onto a picture box as in
This works fine and all the words are there where required. But when I copy across to an Image, as per:
Then everything is fine BUT the words are NOT there!
All help appreciated
Bob
.
Code:
picBox.CurrentX = lngX
picBox.CurrentY = lngY
picBox.ForeColor = lngForegroundColourFP
picBox.Print strText
Code:
Set frmState.Image1.Picture = frmDisplay.picDisplay.Picture
All help appreciated
Bob
.