Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modification to frmAppInstallDialog class
Message
De
10/07/2002 03:48:41
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Divers
Thread ID:
00676843
Message ID:
00676939
Vues:
18
>but can't figure out where the value of these 4 controls are being returned to.

They are not actually being "returned" in the traditional sense. The controlsources of the containers are form properties that just retain the values for the duration of the form. In the saveallchanges method of the form, cmSetRegString() is called to write the form properties to the Windows registry. So, saveallchanges need to be subclassed.

Also, other parts of the framework will need to be subclassed in order to read the extra path you have saved and add it in to the path string. So, the framework needs to be told to use your extra path initially, and utilise it on startup thereafter.

HTH
-=Gary
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform