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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling COM Objects or .NET objects

Status
Not open for further replies.

lmontes

Programmer
Jan 28, 2002
25
US
Is there a way to call a .NET object from Access?
What I need to do is put a link to an internet site. The website uses .NET encryption. I'm not really sure how that works, but I need to create encrypted links to the website. (I'm not a web developer)

Is that possible?
 
The .Net object will need to have been wrapped in a COM+ wrapper. If this hasn't happened, no can do.
 
I can check with the web developer.
Once the .NET object is wrapped, how can I call this from Access?
 
Same as you would any other object library.

You might need to use late binding too. But generally no different to any other library.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top