I want to make a WYSIWYG editor for HTML pages that can detect events in the
webbrowser control in real time and control the webbrowser control (and
internal documents) to allow simple stuff like dragging and dropping HTML
controls on the webbrowser control.

The goal is a real-time view of the page as it is edited.

Is it possible for a .Net app to trap these events and respond accordingly?

I have googled for soem code examples, but haven't found anything yet. Do
you know of any code examples of this?

Thanks so much for your time!

jim

Re: Can your app detect Webrowser events? by Michel

Michel
Sat May 03 02:41:21 CDT 2008

I have done lots of stuff with the AxWebbrowser control and AFAIK you can
trap anny event


I have once ( few years ago ) written an alternative for the VB6
wbcustomizer.dll in VB.Net it is posted on freevbcode

http://www.freevbcode.com/ShowCode.ASP?SearchString=wbcustomizer&ID=5635

i used it to detect certain events and to dissable them ( like right mouse
click etc etc etc )


HTH

Michel




"jim" <jim@home.net> schreef in bericht
news:kvQSj.69099$vr3.14207@bignews2.bellsouth.net...
>I want to make a WYSIWYG editor for HTML pages that can detect events in
>the webbrowser control in real time and control the webbrowser control (and
>internal documents) to allow simple stuff like dragging and dropping HTML
>controls on the webbrowser control.
>
> The goal is a real-time view of the page as it is edited.
>
> Is it possible for a .Net app to trap these events and respond
> accordingly?
>
> I have googled for soem code examples, but haven't found anything yet. Do
> you know of any code examples of this?
>
> Thanks so much for your time!
>
> jim
>



Re: Can your app detect Webrowser events? by jim

jim
Sat May 03 15:20:21 CDT 2008

Thank you for the code. It will come in handy.

jim

"Michel Posseth [MCP]" <MSDN@posseth.com> wrote in message
news:efB3PEPrIHA.4952@TK2MSFTNGP05.phx.gbl...
>I have done lots of stuff with the AxWebbrowser control and AFAIK you can
>trap anny event
>
>
> I have once ( few years ago ) written an alternative for the VB6
> wbcustomizer.dll in VB.Net it is posted on freevbcode
>
> http://www.freevbcode.com/ShowCode.ASP?SearchString=wbcustomizer&ID=5635
>
> i used it to detect certain events and to dissable them ( like right mouse
> click etc etc etc )
>
>
> HTH
>
> Michel
>
>
>
>
> "jim" <jim@home.net> schreef in bericht
> news:kvQSj.69099$vr3.14207@bignews2.bellsouth.net...
>>I want to make a WYSIWYG editor for HTML pages that can detect events in
>>the webbrowser control in real time and control the webbrowser control
>>(and internal documents) to allow simple stuff like dragging and dropping
>>HTML controls on the webbrowser control.
>>
>> The goal is a real-time view of the page as it is edited.
>>
>> Is it possible for a .Net app to trap these events and respond
>> accordingly?
>>
>> I have googled for soem code examples, but haven't found anything yet.
>> Do you know of any code examples of this?
>>
>> Thanks so much for your time!
>>
>> jim
>>
>
>



Re: Can your app detect Webrowser events? by Cor

Cor
Sun May 04 02:08:40 CDT 2008

Hi,

Maybe does this help you?

http://www.vb-tips.com/dbpages.aspx?Search=webbrowser

:-)

Cor

"jim" <jim@home.net> schreef in bericht
news:kvQSj.69099$vr3.14207@bignews2.bellsouth.net...
>I want to make a WYSIWYG editor for HTML pages that can detect events in
>the webbrowser control in real time and control the webbrowser control (and
>internal documents) to allow simple stuff like dragging and dropping HTML
>controls on the webbrowser control.
>
> The goal is a real-time view of the page as it is edited.
>
> Is it possible for a .Net app to trap these events and respond
> accordingly?
>
> I have googled for soem code examples, but haven't found anything yet. Do
> you know of any code examples of this?
>
> Thanks so much for your time!
>
> jim
>


Re: Can your app detect Webrowser events? by jim

jim
Sun May 04 05:23:26 CDT 2008

Thanks for the link! It's a great start!

jim


"Cor Ligthert[MVP]" <notmyfirstname@planet.nl> wrote in message
news:0D5B9E7E-0C48-40A9-8A16-D1DB9D1EEC3D@microsoft.com...
> Hi,
>
> Maybe does this help you?
>
> http://www.vb-tips.com/dbpages.aspx?Search=webbrowser
>
> :-)
>
> Cor
>
> "jim" <jim@home.net> schreef in bericht
> news:kvQSj.69099$vr3.14207@bignews2.bellsouth.net...
>>I want to make a WYSIWYG editor for HTML pages that can detect events in
>>the webbrowser control in real time and control the webbrowser control
>>(and internal documents) to allow simple stuff like dragging and dropping
>>HTML controls on the webbrowser control.
>>
>> The goal is a real-time view of the page as it is edited.
>>
>> Is it possible for a .Net app to trap these events and respond
>> accordingly?
>>
>> I have googled for soem code examples, but haven't found anything yet.
>> Do you know of any code examples of this?
>>
>> Thanks so much for your time!
>>
>> jim
>>
>