Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSINET.OCX

Status
Not open for further replies.

alehawk

Programmer
Jun 18, 2003
332
AR
Hi!
Is there any chance to use MSINET.OCX in ASP?
I must retreive some data from other server and in visual basic I use that OCX I would like to do the same in a webpage assuming MSINET.OCX is on the server.
Can that be done?
Tnx!
 
does this OCX file have any public methods? ie can u create an instance of it using CreateObject method of VB???

Known is handfull, Unknown is worldfull
 
Yes I can... I found some examples en PSCODE.COM
Tnx anyway!!
 
then u can do the same using Server.CreateObject method of ASP...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top