K
Karl H
I'm getting an error msg indicating "user defined type not identified" when I
write this :
Private Sub DrawStringInBox( _
ByVal ev As System.Drawing.Printing.PrintPageEventArgs, _
ByVal x1 As Single, ByVal y1 As Single, _
ByVal x2 As Single, ByVal y2 As Single, _
ByVal s As String
End Sub
I'm presuming I need to get the right reference involved, but how do you
tell which of the couple hundred you need?
Thank you,
Karl
write this :
Private Sub DrawStringInBox( _
ByVal ev As System.Drawing.Printing.PrintPageEventArgs, _
ByVal x1 As Single, ByVal y1 As Single, _
ByVal x2 As Single, ByVal y2 As Single, _
ByVal s As String
End Sub
I'm presuming I need to get the right reference involved, but how do you
tell which of the couple hundred you need?
Thank you,
Karl