Discussion:
OCX in vb form
(too old to reply)
Oak Hall
2005-05-07 14:07:31 UTC
Permalink
How do I place an OCX in a visual basic form and use its events and
methods??

I want to write a application to answer internet requests I have an OCX that
I use as a web server in another program it tells me what was requested by
the client, and I send back a result string that is the answering web page.
I want to try to do this in visual basic. Can you help please get me
started? Thanks Oak
Wilko
2005-05-08 19:21:06 UTC
Permalink
From the menu, choose Project-Components, then point to the OCX you need.

Hope this helps,

Wilko
Post by Oak Hall
How do I place an OCX in a visual basic form and use its events and
methods??
I want to write a application to answer internet requests I have an OCX that
I use as a web server in another program it tells me what was requested by
the client, and I send back a result string that is the answering web page.
I want to try to do this in visual basic. Can you help please get me
started? Thanks Oak
Loading...