1
I’m creating a project in Windows Forms to help my company generate automated email signatures for our employees.
I have in the case a single windows Forms that contains a Tab Control, with Data and Preview. In the preview tab there is a Picturebox with some Labels above it that is where the data of the collaborator will be inserted.
My question is, how can I get the entire contents of this Preview tab saved to an image? (. jpg, . png, etc)
Follow example images below:
If the email client is outlook: Ever thought about developing an outlook plugin? By doing this it is possible to change the sender’s signature (in text).
– Bruno Costa
It is not for outlook.. And yes, I had already thought this way if it were the case. :(
– Renan Serrão Nogueira
Here in the company has a similar system, where the signature is generated in HTML. When generating the signature opens the browser and the user uses CTRL+A and CTRL+C to copy and paste the email signature.
– Richard Dias