Click to See Complete Forum and Search --> : How do we invoke ocx in the webpage?


KATE
03-20-2001, 05:00 PM
Hi,

If we create an ocx - how is it invoked on the webpage - a newbie to web
development

"gopi" <gopinath3@hotmail.com> wrote:
>
>Hi
>
>
>If
>you can convert the UI into OCXs
>you can restrict your users to IE5+
>you can learn ASP (not too hard)
>your UI doesn't use connected RS and controls.
>then
>you can use your com objects and OCXs to create a web page that looks
>similar to your current app
>
>
>
>"T. Bradley Dean" <Bradley.Dean@InfoDish.com> wrote:
>>I don't know of any way to convert VB forms to ASP.
>>
>>You'll need to learn ASP (easy if you know VB) and then create ASP pages.
>>
>>--
>>Bradley Dean
>>
>>
>>"Fenesse" <Fenesse@hotmail.com> wrote in message
>>news:3aacf35a$1@news.devx.com...
>>>
>>> Hello,
>>> I am very new at Web design. I have a Visual Basic system with two forms
>>> on it, how do I open these forms on my webpage. I know that I make an
>exe
>>> file but what do I do then??
>>>
>>> Thanx
>>> Ann
>>
>>
>

Shiva
03-20-2001, 05:49 PM
<OBJECT ID="Foo" CLASSID="CLSID:{5B1F2AFD-F35C-4048-87F4-F6003DC2918E}" width="448"
height="347">
<param name="_ExtentX" value="11853">
<param name="_ExtentY" value="9181">
<param name="DhtmlEditText" value="<%=art_para%>">

</OBJECT>





"KATE" <K@123.com> wrote:

>
>Hi,
>
>If we create an ocx - how is it invoked on the webpage - a newbie to web
>development
>
>"gopi" <gopinath3@hotmail.com> wrote:
>>
>>Hi
>>
>>
>>If
>>you can convert the UI into OCXs
>>you can restrict your users to IE5+
>>you can learn ASP (not too hard)
>>your UI doesn't use connected RS and controls.
>>then
>>you can use your com objects and OCXs to create a web page that looks
>>similar to your current app
>>
>>
>>
>>"T. Bradley Dean" <Bradley.Dean@InfoDish.com> wrote:
>>>I don't know of any way to convert VB forms to ASP.
>>>
>>>You'll need to learn ASP (easy if you know VB) and then create ASP pages.
>>>
>>>--
>>>Bradley Dean
>>>
>>>
>>>"Fenesse" <Fenesse@hotmail.com> wrote in message
>>>news:3aacf35a$1@news.devx.com...
>>>>
>>>> Hello,
>>>> I am very new at Web design. I have a Visual Basic system with two forms
>>>> on it, how do I open these forms on my webpage. I know that I make an
>>exe
>>>> file but what do I do then??
>>>>
>>>> Thanx
>>>> Ann
>>>
>>>
>>
>