WinXPrint_PageSetup (hWndOwner)
Displays a page setup dialog box.
Parameter | Description |
---|---|
hWndOwner | The handle to the window that will own the page setup dialog box, 0 for none |
$$TRUE on success or $$FALSE on fail
The page setup dialog box allows the user to set up margins, change the page size and select a printer. The changes resulting from the user's selections are managed internally by WinX. I plan to add a way of extracting this data in a later release.
'Display a page setup dialog WinXPrint_PageSetup (#hMain) |