With .NET 2.0 (beta.....)
MS is introducing a new Control: the WebBrowser.
I'm afarid it will change quite a lot before final release as, obviously,
the doc is screwed up...
Anyway, nonetheles, I would like to know how I could do that with it:
-1. use custom WebProtocol! I want to have custom protocol to query my
application for buildin scripts, pictures, etc... I try to setup a custom
protocol and link and pict with an href using this protocol, but my custom
protocol handler is not even called!
-2. I want the user to be able to edit the HTML content ...
I can't see any ReadOnly or such property.
Alternatively I would be happy to try an other HTML control which enable me
1. & 2.
I found various other control, but they didn't use custom web protocol
(hence I was not able to display inbuild picture)
PS: I really need cutom protocol, as the pic would come from a database, and
would be updated by the user.
I know you might think I could (secretely) write the pic to a temporary
folder and then use that, but that would requires me to update the HTML
content every time it is displayed (to point to the changing temporary
folder!!!!)
Alsa I though of using RichTextBox, but that's no good, it's no good at
using link. It will recognise a string like 'http://xxxx' but you cannot
save a string like 'recipe' as being a link (with hidden
information)(although you cold do it, it's lost when saved..)