Hi,
I am trying to print a form that has a datagridview with 6 columns and about 30 rows in landscape. Sounds simple! But its not.
My code uses a bitmap variable and Graphics and Print component to do this but I end up printing part of the main screen from top left to about half way over missing out part of the form I wish to print.
I start with using a panel and use the "Graphics.ClientScreen" to get the dimensions which I think is where I may be going wrong!
I would be grateful for any help, I didn't post my code as I don't think it would be any help to anyone.
Thanks
Gerry
I am trying to print a form that has a datagridview with 6 columns and about 30 rows in landscape. Sounds simple! But its not.
My code uses a bitmap variable and Graphics and Print component to do this but I end up printing part of the main screen from top left to about half way over missing out part of the form I wish to print.
I start with using a panel and use the "Graphics.ClientScreen" to get the dimensions which I think is where I may be going wrong!
I would be grateful for any help, I didn't post my code as I don't think it would be any help to anyone.
Thanks
Gerry