There is no direct way to display html pages in the gadget's main UI.
As you said you could display html in the details view.. If you are in
control of the html page, I'd suggest you create a mini version of it,
preferably as XML and get that from the gadget - then you can
interpret it in the gadget and display using the gadget's UI
controls.. that is more efficient in terms of memory usage in the
gadget too.
On Jun 8, 5:19 am, GD Newbie <mike...@gmail.com> wrote:
Hi! Is it possible to embed WebBrowser control into a content area of
a widget?
I saw some examples on how to do this in a detail view. But all my
attemts to embed the browser into
a content area control failed.
Many thanks in advance,
--Michael