Article # 471, added by Geoworks, historical record
| first | previous | index | next | last |

Print control is always disabled.



Q. The 'Print...' option in the File menu is always disabled. Is
   there something I am forgetting to do?

A. The PrintControlClass was designed for multiple document interface,
    so it is not expecting to have a printable object ready at first.
    For SDI, you will need to either statically set GS_ENABLED or send
    MSG_GEN_SET_ENABLED to the PrintControl object.