Include window component into HTML

teeyl

New member
Joined
Aug 26, 2005
Messages
1
Programming Experience
3-5
hey, I can include window component (created using C#) into web (HTML page) with tag <object id="HelloWorldControl1" classid="HelloWorldControl.dll#HelloWorldControl.HelloWorldCtl" height="500" width="500" VIEWASTEXT> </object>

HelloWorldControl -- NameSpace
HelloWorldCtl -- Class
but i can't include window component (created using VB.net) by this way, the object can't not be loaded. How should I declare it?

Thanks you.
 
Back
Top