I keep having memory issues with the control. Everytime 
the page reloads the memory jumps anywhere from 15MB 
to 25MB. After just a few screens the systems are 
running out of virtual memory.  The only solution seems 
to be to close the browser to release this memory?
Here are some details:
I was using the compiled ActiveX component in a ASP 
script.  Due to requests, I have removed the toolbar 
completely.  
Here is the code as it is on the page:
<OBJECT classid=clsid:9A2C58CF-4A4B-48BF-B3C9-
0756F0F2FA9B width=775 height=598 id=ezDICOMX1 
codebase="http://devex/webpath/ezDICOMax.inf">
<PARAM 
NAME="DCMfilename" VALUE="\\SVRName\NUCMED\<% = 
filename %>">
<PARAM 
Name="DCMoverlayOn" Value="False">
<PARAM 
Name="DCMtoolbar" Value="False">
<PARAM 
Name="DCMuseRecommendedContrast" Value="True">
<PARAM 
Name="DCMsmoothOn" Value="False">
<PARAM 
Name="DCMtool" Value="4">
<PARAM 
Name="DCMZoomPct" Value="<% = zoom %>">
</OBJECT>
This control gets loaded in a table on the left of the 
screen that takes up about 80% on the left view. On 
the right is a list of images by zoom rate which both 
filename and zoom get passed back to the same page in 
a querystring.  I am basically loading the images for 
them for a specific patient an they do not have direct 
access to the dicom files. 
<--- DICOM Viewer Here  --->  Image Name Here
100% Zoom Link
150% Zoom Link
Image Name2 Here
etc...