Hi,
I use this code for take a screenshot
Ext.Html2Canvas.Html2Canvas.Screenshot(Me, Sub(Image)
PictureBox1.Image = Image
Image.Save("pippo123.jpg")
End Sub)
but do nothing 🙁
best
Cristian
Hi Cristian,
please attach a complete runnable test case. From the code snippet you sent I cannot fully understand what you are trying to achieve.
Best regards
Frank
Please login first to submit.