more OWC COM components problems

G

Guest

the thing is, i need to manage pivot table events, in order to do that i
recompile the visual studio .NET and this procedure created a new set of OWC
components the instructions to do that are in this web page
http://support.microsoft.com/default.aspx?scid=kb;en-us;823982
but this procedure created .NET framework components to be used in windows
forms but i needed this to be used in web forms i can not add this .NET
components in a web form, where i need them, what can i do about this problem?

how can i add this components in a web form?


any help would be great, thanks in advance
 
B

Bruce Barker

read the vba documentation, not the .net. the client (IE) hosts the native
com componets. you create the objects with the <object> tag or obj = new
ActiveXObject(name);

if the OWC objects are not marked safe for scripting, you will have to up
the trust for you site.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,134
Latest member
Lou6777736
Top