Dear,
I want to print a VB6 form in landscape orientation and it should be done in a running mode. I mean through coding everything must be done at runtime.
By default, the Form.PrintForm method prints the form in portrait mode, but I want to print the form in landscape mode.
What should I do?
I want to print a VB6 form in landscape orientation and it should be done in a running mode. I mean through coding everything must be done at runtime.
By default, the Form.PrintForm method prints the form in portrait mode, but I want to print the form in landscape mode.
What should I do?
Comment