Aug 28, 2000 #1 RKKA Programmer Joined Aug 28, 2000 Messages 1 Location AE How to change Print Orientation in VB 6 by coding ?
Aug 28, 2000 #2 MikeLacey MIS Joined Nov 9, 1998 Messages 13,212 Location GB hi Remesh, Include the common dialogue in your project and you can specify it like this: cmd.Orientation = cdlLandscape Upvote 0 Downvote
hi Remesh, Include the common dialogue in your project and you can specify it like this: cmd.Orientation = cdlLandscape