Is there any other way of capturing a window other than using DrawInto?

Is there any other way of capturing a window other than using DrawInto?

I have tried this but the backcolor of TextFields and TextAreas are not being captured…

// Create a snapshot of the window dim pict as picture pict = New Picture(Width, Height, 32) DrawInto pict.Graphics, 0, 0

Thanks.

Lennox

https://forum.xojo.com/27115-screenshot/p1#p224406

Thanks Andrew… Works great.

Thanks again.

Lennox