CopperKettle6
Member
- Joined
- Dec 8, 2020
- Messages
- 7
- Programming Experience
- 10+
Developing an app with the MS PrintPreview Control which works ok. MS makes the point that it "Represents the raw preview part of print previewing from a Windows Forms application, without any dialog boxes or buttons." That's true - you have to add in all the programming. Except they provide a pesky "Generating Preview" message box while a PrintDocument is being prepared. Can't figure out how to suppress this box to provide my own messaging- any ideas?