"Wiley Coyote" <newbie.TakeThisOut@mentorits.com> wrote in message
news:uGwqCzQHFHA.588@TK2MSFTNGP15.phx.gbl...
> Good day to all.
>
> This may not be the NG to post this, but here goes.
>
> I've created an ActiveX control and tested extensively in VB6. All works
> exactly as expected. What I want to be able to do is to use it in a web
> page. However, before the control is used, I need to set a few properties
> and call one method.
>
> As soon as I make referrence to my control, the browser immediately
displays
> it. I need to do the above PRIOR to display.
>
> How would I do this?
Try setting the properties in the page onload event.
--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a>
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: ActiveX Control on a Web Page.