Three simple questions (?)
1) Could somebody point me in the direction of the code for a
graduated fill to a dialog caption bar - last year or the year
before;
2) How can I pass arrays to a DLL - say 6 arrays of 200 entries
in each. Is it easier to pass Types?
3) The following code works under W9X, but not NT4 (surprise,
surprise!):
DocumentProperties hDlg, hPrt, BYCOPY pPrinterName, BYVAL DvModePtr, BYVAL %NULL, %DM_OUT_BUFFER
@DvModePtr.dmOrientation = %DMORIENT_LANDSCAPE
The printer driver remains in portrait mode under NT - how can I
force landscape?
------------------
1) Could somebody point me in the direction of the code for a
graduated fill to a dialog caption bar - last year or the year
before;
2) How can I pass arrays to a DLL - say 6 arrays of 200 entries
in each. Is it easier to pass Types?
3) The following code works under W9X, but not NT4 (surprise,
surprise!):
DocumentProperties hDlg, hPrt, BYCOPY pPrinterName, BYVAL DvModePtr, BYVAL %NULL, %DM_OUT_BUFFER
@DvModePtr.dmOrientation = %DMORIENT_LANDSCAPE
The printer driver remains in portrait mode under NT - how can I
force landscape?
------------------
Comment