Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I run Windows Explorer in a VFP Form?
Message
De
28/04/2006 10:43:34
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
01117471
Message ID:
01117521
Vues:
16
>Ideally I would like the full functionality of Windows explorer in the VFP form and the ability to display the properties of the file that is selected, somewhere on the Right side of the form.
>ie I also need to trap the click event and thereby display this information.

Just to give you an idea, how about a Browser control and you navigate to the folder i.e.:

ThisForm.oWeb.Navigate("C:\")

There are sample projects and wrapper classes in VFP9 for a browser control.

The Task Pane Manager is a good example too. I have never done this, but have seen samples of capturing mouse clicks, etc.

Carlos
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform