Hello,
I have a Microsoft sysmon (performance monitor) activex control inside an ASP page. When I resize the window, the activex control does not automatically rezise itself to fit the window. I tried to set the style width and height on the object to 100%, but that didn't work. Does anyone know how this can be accomplished? Here's the object tag if that helps.
<OBJECT id="PerfMonitor" style="WIDTH: 770px; HEIGHT: 520px; FONT-SIZE: 8pt; FONT-FAMILY: Tahoma" classid="clsid:C4D2D8E0-D1DD-11CE-940F-008029004347" VIEWASTEXT >
I have a Microsoft sysmon (performance monitor) activex control inside an ASP page. When I resize the window, the activex control does not automatically rezise itself to fit the window. I tried to set the style width and height on the object to 100%, but that didn't work. Does anyone know how this can be accomplished? Here's the object tag if that helps.
<OBJECT id="PerfMonitor" style="WIDTH: 770px; HEIGHT: 520px; FONT-SIZE: 8pt; FONT-FAMILY: Tahoma" classid="clsid:C4D2D8E0-D1DD-11CE-940F-008029004347" VIEWASTEXT >