I have the following problem.
I am trying to print the contents of a number of Textboxes into Labels on a Picturebox. Then I wish to output the Picturebox to the screen.
Ok, it is a simple matter of assigning the value of the Textbox to a Label in the Picturebox. But VB.NET doesn't seem to support a Print method for the Picturebox.
How do I output the Picturebox (complete with its contents) to screen or the printer?
I am trying to print the contents of a number of Textboxes into Labels on a Picturebox. Then I wish to output the Picturebox to the screen.
Ok, it is a simple matter of assigning the value of the Textbox to a Label in the Picturebox. But VB.NET doesn't seem to support a Print method for the Picturebox.
How do I output the Picturebox (complete with its contents) to screen or the printer?
Comment