I need a help
-
Hi all I am working on Activex control that is hosted in IE (ActiveX control as app in the IE). I need to fit this control in the IE whenever the user resizes the IE. how ca I do that????
-
Hi all I am working on Activex control that is hosted in IE (ActiveX control as app in the IE). I need to fit this control in the IE whenever the user resizes the IE. how ca I do that????
You would have to perform that on the client side with some JavaScript. I have done it before (can't seem to locate the code I used right now) but it gets very crude looking and flashes quite a bit. You also need to handle the controls resize internally to the control if you want to alter the size of any of the embedded controls. It can get to looking really ugly. Does this HAVE to be an ActiveX control for the GUI or could it be done using an ASP page and the ActiveX control to handle the work.
Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.