Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COM Components
Message
De
20/02/2003 10:40:05
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00755475
Message ID:
00755544
Vues:
16
Claude

I meant in terms of developing COM with .Net, is it still COM? Or is there another standard being produced?

Thanks
Kev

>You can easily call VFP COM components from VB.NET or C#. Her's a live example using ASP.NET: http://www.activevfp.com/avfpdemo2/default.aspx . Here's an example in C# (could just as easily be VB.NET):
>
><% @Page Language="C#" ASPCompat="true"   
><% @Import Namespace="avfpdemo2_dotnetproxy"   
><%
>server x ;
>x = new server() ;
>try
>   {
>	Response.Write(x.main());
>   }
>catch(Exception ex)
>   {
>       	Response.Write("Caught .NET exception, source: " + ex.Source + " message: " + ex.Message);
>   }
>  
>
>>Hi
>>
>>I'm used to creating COM components in VFP.
>>
>>What is the situation with COM in VB.Net? Is it still possible/relevant?
>>
>>Sorry for the short question.
>>
>>Thanks
>>Kev
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform