Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Microsoft's position on Visual FoxPro and .NET
Message
De
17/06/2004 08:16:17
Walter Meester
HoogkarspelPays-Bas
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Conférences & événements
Divers
Thread ID:
00908177
Message ID:
00914585
Vues:
53
Markus,

I think it is more the issue of investing time in a development tool that is going to phase out within a few years anyway (no matter if you can combine those two technologies). Why not stick with what you´re doing now, and use the new advanced technology when it is mature and available.

Really as I see it. Winforms are just an intermediate step. So why bother with that right now.

Walter,



>>
>>>hmmm....some food for thought:
>>>http://www.joelonsoftware.com/articles/APIWar.html
>>
>>And if you're developing a Windows GUI app today using Microsoft's "official" latest-and-greatest Windows programming environment, WinForms, you're going to have to start over again in two years to support Longhorn and Avalon. Which explains why WinForms is completely stillborn. Hope you haven't invested too much in it.
>>
>>Ouch.
>
>This is wrong.
>
>Avalon objects can be used in addition to WinForms objects. For instance, the following is possible:
>
>
// WinForm Form
>public class MyForm : System.Windows.Forms.Form
>{
>   // ...
>
>   public void SomeMethod()
>   {
>      // Instantiate an Avalon form
>      System.Windows.Window oWind = new System.Windows.Window();
>      oWind.Show();
>   }
>}
>
>This makes an app that mixes WinForms and Avalon. It is pretty simple, really. For an existing WinForms app, Avalon simply represents a whole set of additional controls.
>
>WinForms is by far the best way to get ready for Avalon, for this very reason.
>
>Markus
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform