Hi,
If you are wanting to use a com component in an asp.net application 
here is what you do.  First you add a reference to the com component 
that you wish to use.  The next thing you do is then add a using 
statement to your code the exact same as the reference you just used.  
For example:  Add Reference = InlineMultimedia

Namespace Example
{
  using InlineMultimedia;
    etc....
}

You may then use the com component just as you would a regular class.  
The thing to remember though is that not everyone will have the com 
component installed on their computer, so you must install it on your 
webserver and reference from there.  That way you are gauranteed to 
have it available.  Hoped this helped.




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to