News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Print Dialog Question

Started by z941998, November 30, 2009, 03:52:44 AM

Previous topic - Next topic

z941998

I have reviewed many Print routines and elected to display a print dialog box at the begining of my print routines.
In my proposed dlg box there wll be three tabs, one each for General, Layout, Paper/Quality property sheets.

I have Windows Platform SDK which shows an good example of this and have coded the example.
The attached file includes the source code and the text from the SDK.

My problem is that only the General Tab shows.  The other two tabs do not.

Has any one seen this or know how to get the other two tabs persay to display.

Also for Hutch, START_PAGE_GENERAL (defined in windows.inc) is ffffffffh, I think it s/b 0ffffffffh (i.e. zero-prefixed).  It took me a while to figure this one out while working this problem here.

Thanks, Steve