Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shellexecute
Message
De
22/06/2006 05:21:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Shellexecute
Divers
Thread ID:
01130727
Message ID:
01130727
Vues:
84
Hi there,
I developed an application in which I call the function
Procedure CallExt
Parameters xfiletoOpen,xlocation

DECLARE INTEGER ShellExecute IN SHELL32.DLL INTEGER nWinHandle,;
                                               STRING cOperation,;
                                               STRING cFileName,;
                                               STRING cParameters,;
                                               STRING cDirectory,;
                                               INTEGER nShowWindow
    result = ShellExecute(0, 'Edit', xFileToOpen , '', xLocation, 1)
This works fine in Win XP but under a PC running with Win2000 it does not open the file as it was not, but it is, associated to any application.

How can I get through this problem ?
Thank you all
Alessio
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform