B
bernden
Would anyone know how to print a form (using Visual C#) that contains a
pictureBox and several textBox(s) given the following generic description ?
Form = frmMain
picturebox = pbxMainImage
textBox(s) = txtName
txtAddress
txtPostalCode
In the past, I have used to clipboard to achieve this task, but there is
were too many possibilities for distortion based upon the user's screen
resolution.
Any and all suggestions are welcome.
bernden
pictureBox and several textBox(s) given the following generic description ?
Form = frmMain
picturebox = pbxMainImage
textBox(s) = txtName
txtAddress
txtPostalCode
In the past, I have used to clipboard to achieve this task, but there is
were too many possibilities for distortion based upon the user's screen
resolution.
Any and all suggestions are welcome.
bernden