Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
V6s5 - Manually distributing TreeView and ListView contr
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00886998
Message ID:
00887092
Vues:
56
Hi Bhavbhuti.

>is there a list of files and reg values I have to distribute for a TreeView and ImageList controls.

Both controls are in either COMCTL32.OCX (for the version 5 controls) or MSCOMCTL.OCX (for the version 6 controls). Include this OCX in your installer and have the installer register it on the client's system.

If you are instantiating the controls programmatically (eg. using Thisform.AddObject) rather than visually (ie. dropping them on a form in the Form or Class Designer), you'll also need to add to add the license key for these controls to the client's Registry. In the case of the version 5 controls, copy the following text to a file with an REG extension and run it on the client's system.
REGEDIT4

[HKEY_CLASSES_ROOT\Licenses\DB4C0D00-400B-101B-A3C9-08002B2F49FB]
@="mgkgtgnnmnmninigthkgogggvmkhinjggnvm"
For the version 6 controls, use this instead:
REGEDIT4

[HKEY_CLASSES_ROOT\Licenses\ED4B87C4-9F76-11d1-8BF7-0000F8754DA1]
@="knlggnmntgggrninthpgmnngrhqhnnjnslsh"
Alternatively, you may have your installed add the proper key to the Registry.

Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform