
ActiveX control doesn't show in webpage
First of all, when I create objects in the browser, I shy away from <PARAM
Tags.
Here's why:
When you use A PARAM, you have to map the controls behaviour reflective of
the param to read/write public properties through what is known as a
property bag. This isn't really a problem if you know what your doing. I
simply find them. But if you're just getting started, this can be
intimidating at best.
But if you don't have these set correctly, you're going to experience the
type of behavour your seeing now.
HTH
Quote:
> I create my first ActiveX control to use in the webpage.
> This control also contain some properties like any other
> control. When I use Package&Deployment wizard and it
> creates html file and .cab file. When I open .html file,
> my ActiveX control work just fine.
> However, my problem is when I use <Param> tag inside
> <Object> tag to set the properties of control. There is
> nothing show in webpage. But I think ActiveX control is
> already go through Init/Read Property event. What is the
> problem and how to fix it?