A
Adam Bieganski
hi all,
I have a windows forms control embedded on an HTML page, like this:
<object id="myCtl" classid="hyperView.dll#hyperView.hV" width=800
height=600></object>
I'm trying to find out these 2 things about it:
1. Is it cached in any way on the client side? (in Temporary Internet Files,
or somewhere else?)
2. Could the control specified in classid be one residing in the client
machine's GAC (and not one residing in the directory the HTML file is on the
web server)?
Any help on this will be appreciated
Thanks in advance,
I have a windows forms control embedded on an HTML page, like this:
<object id="myCtl" classid="hyperView.dll#hyperView.hV" width=800
height=600></object>
I'm trying to find out these 2 things about it:
1. Is it cached in any way on the client side? (in Temporary Internet Files,
or somewhere else?)
2. Could the control specified in classid be one residing in the client
machine's GAC (and not one residing in the directory the HTML file is on the
web server)?
Any help on this will be appreciated
Thanks in advance,