Hello, I have created a MFC application (doc/view architecture) that is running in background (is not visible) and I print some reports from that application. The problem is that the "Printing" dialog that comes up when a report is sent off to a printer is visible during the printing process. How can I hide it? Many thanks, Vasile
V
valos
@valos
Posts
-
How can I hide the "Printing" dialog that comes up when a report is sent off to -
How to add an Items property to a custom web control?Hi ! I'm developing a custom web server control that contains a DropDownList. How can I add an Items property (ListItemCollection type) to my control? I actually want a property similar with DropDownList.Items property in order to populate the DropDownList control. Many thanks, Vasile
-
Background and foreground color for disabled stateHow can I draw a control in disabled state using my custom colors for Background and foreground? Thanks, Vasile