Page 1 of 1

issue with using HTMLViewer control as background.

Posted: Wed Nov 20, 2013 5:11 pm
by hdwivedi23
I want to use the HTMLViewer control as the background for all dialogs. I used the "send to back" and "bring to front" options to bring the other controls in front and put HTMLViewer in the back. But it doesn't work on certain controls like Label, Bevel or Shape.

is there a way to solve this issue?

Re: issue with using HTMLViewer control as background.

Posted: Thu Nov 21, 2013 11:59 am
by FrancescoT
Dear User,

Unfortunately, with those kinds of controls the "HTML viewer" stay always on top ( ... because it is a view in reality).

You can only place a Panel on top of it ... optionally you could place a text label within the Panel ... but obviously, you lose the label transparency.

Regards