Transparent controls

  • Thread starter Thread starter Blaz Ziherl
  • Start date Start date
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)
 
Back
Top