Search results for query: *

  1. G

    Question PrintPage: DrawString from Function. How to create Graphics from Function?

    Hi! I'm using a PrintDocument to create a report and I need to create a line from a function. I'm doing this: Private Sub Crate_String(ByVal Str As String) Dim gr As Graphics gr.DrawString(str, Font, Brushes.Black, x, y) end sub But give error with the graphics object: It says to use the...
Back
Top