Hi list !!

I'm develepping an application in VB6 using MapInfo5 under NT4.

I have a "Print" menu which allow the user printing the current map. So I
use the MapBasic Command : "PrintWin". This works fine.

But I'd like to setup the printer to print the map with a Landscape
orientation, whithout user interaction.

Sub MyMenu_OnClick()
        SetPrinterOrientation("Landscape")
        MI_Obj.Do "PrintWin"
End sub

I suppose that I have to use WinAPI, but I don't know this technology...

Please help...
Best regards.


----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to