Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
V6s5 - Manually distributing TreeView and ListView contr
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00886998
Message ID:
00887092
Views:
46
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform