Hi, can someone give me info and sample on how dispaly a photo captured or a DrawBitmap in webview img tag?
Dim b As Bitmap
Dim c As Canvas
Dim SourceImageRect1 As Rect
c.DrawBitmap(b, Null, SourceImageRect1)
WebV.LoadHtml("<html><head></head><body><img src="& c.Bitmap &"style='width: 100%;'></body></html>")