billy_bob169 Posted February 14, 2003 Posted February 14, 2003 I think my brain has finally given out, cuz I can't figure out how to set the size of the form the PrintPreviewDialog control brings to be maximized! It has to be extremely simple (compared to the graphics code I just finished writing), but yet again I must ask the all mighty .Net gods for help!:) Thanks to any one who can help me with this simple issue... Quote I'd rather be riding than working
Moderators Robby Posted February 14, 2003 Moderators Posted February 14, 2003 'even though we start Maximized, this size is for the Restore (un-Maximize) PrintPreviewDialog1.Height = 600 PrintPreviewDialog1.Width = 800 PrintPreviewDialog1.WindowState = FormWindowState.Maximized Quote Visit...Bassic Software
billy_bob169 Posted February 14, 2003 Author Posted February 14, 2003 Thanks...I figured it had to be something fairly simple, and sure enough.....it was! Quote I'd rather be riding than working
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.