Transparent controls

B

Blaz Ziherl

Hi all,

you're probably thinking "another one with the backcolor transparency
type of question" -but you're wrong ;)

Here is what I would like to do: I am using HtmlEditor control (.NET
version of the old COM DHTML Edit ActiveX control) and usualy what
happens is that I click somewhere on that control during the run time
and as smart as it is, the control scrolls its content to a completely
unwanted area of the HTML file.

Therefor I would like to intercept mouse events without HtmlEditor
control knowing it. I was thinking I would put one control in front of
the HtmlEditor where I would handle mouse events, but then I would
need this control to be transparent. Can this be done? Or maybe you
have some more clever suggestions how could I simply cancel events
such as MouseDown, MouseUp and Click? Know that HtmlEditor control is
virtualy the same as the old DHTML Edit control.

Best Regards,
Blaz Ziherl
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top