[Gambas-user] Printing a form

Rob sourceforge-raindog2 at ...94...
Thu Nov 4 18:25:33 CET 2004


On Thursday 04 November 2004 11:51, clayton delfino wrote:
> How I do to printer a form with all controls?

I think that something like

Draw.Begin(Printer)
Draw.Picture(ME.Grab(), 0, 0)
Draw.End

should get you started...

Rob






More information about the User mailing list