Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to disable the windows search
Message
 
 
À
30/04/2007 02:30:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
OS:
Windows XP SP2
Divers
Thread ID:
01221001
Message ID:
01221066
Vues:
19
>Hi Naomi,
>I got this from Yuri. It calls the search explorer to open. In case you know how to revert it, I mean to close the search using the similar code?
>
>DECLARE INTEGER ShellExecute ;
>			    IN SHELL32.DLL ;
>			    INTEGER nWinHandle,;
>			    STRING cOperation,;
>			    STRING cFileName,;
>			    STRING cParameters,;
>			    STRING cDirectory,;
>			    INTEGER nShowWindow
>? Shellexecute(0,"find","c:\","","",1)	 && Display the Find Dialog
>
>regards
>
> Syah N

Well, this code opens Search dialog. As I understood, you want to disable the dialog, so it should be completely different approach. I may do some research on this problem later.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform