Hey,
Im trying to make it so when this form loads it immedeatly prints into the picture box... Really easy thing to do, i dunno why its not doing it!!!!!!!!!!!!
VB Code:
Private Sub Form_Load() Picture1.Cls Picture1.Print "Print!" End Sub
Any ideas???
ooh And When i do it to Form 2 I would just write
And so on?? I dunno??VB Code:
Private Sub Form2_Load()




Reply With Quote