Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to disable the windows search
Message
 
 
To
30/04/2007 02:30:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01221001
Message ID:
01221066
Views:
13
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform