![]()
If youd like to randomly generate the numbers here is a simple sample using a commandbutton1 and a label label1
VB Code:
Private Sub Command1_Click() label1.caption = Int(Rnd * 50)'may change to set the max number to generate 'also can add label2,label3,label4,ect..... End Sub
now you could place several labels in a picbox that has your image in it
and set the textboxes to transparent backround
(to blend in with your image) you could add diff font and sizes to the labels caption and then you could randomly generate the numbers and then print the picbox with
picture1.print
Is this generaly what your after?
also this would be about as basic as it gets if youd like it to print full pages of the cards that would be a diff story![]()
_________________________________________________________________
Please rate if I have been helpful![]()




Reply With Quote