Hi I'm trying to learn to create some Windows Control Library components. I've done abit of ActiveX before in VB6. I have some questions, first of all how do I try out my control/component in a homepage just like you could in VB6? (In VB6 you just had to press the F5 key and IE automaticly started up and you could try your ActiveX component in the IE window). When hitting F5 in .NET it says I can't run the control/component directly and have to change Start Action to external program or URL. And that's exactly what my problem is, do I manually have to create a homepage using my component/control before compiling!? I've tried to copy the html file created with VB6 and change the <OBJECT classid="clsid:..."> to the guid found in AssemblyInfo.vb and that doesn't work (and I'm sure it has its reasons not to ).

My second question is if you can add "property pages" to your Windows Control Library as you could in ActiveX!? And I'm also wondering if you can somehow inherit property pages from another activex component used in your current Windows Control Library?